-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add ssh key setup step #131
feat: add ssh key setup step #131
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution 💙
LGTM, although I have not tested it. Did you get a chance to test it out?
@alestiago Yes, I did test it with and without using the new secret input. In both scenarios worked correctly. |
@jsgalarraga Hey man thanks for this but when I try to add the ssh_key I get he below error from the github Actions
yaml Snip; build:
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
secrets:
ssh_key: ${{secrets.UI_SSH_KEY}} |
Description
feat: add
ssh_key
secret inputFixes #106
Type of Change