-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add support for multiple secrets #81
Comments
This issue is idle because it has been open for 14 days with no activity. |
Hi @alxxyz! We don't want to add this feature because it would significantly complicate the way users have to use this action (actions can't take lists or other yaml features as inputs). Running the action multiple times should be just as effective of a solution. Is there a reason why you want this action to be able to set multiple secrets at the same time instead of just running this action multiple times? |
This issue is idle because it has been open for 14 days with no activity. |
Hi @OliverMKing, we have to pass 20-30 secrets, and it looks bad when we need to pass such amount of secrets |
This issue is idle because it has been open for 14 days with no activity. |
@alxxyz For example: Github Secret content:
And then in your workflow definition:
|
This issue is idle because it has been open for 14 days with no activity. |
At the moment we should call the action multiple times in case we have multiple secrets.
It will be useful to set multiple secrets at once in one action call.
The text was updated successfully, but these errors were encountered: