abhilash1in / aws-secrets-manager-action

Use secrets from AWS Secrets Manager as environment variables in your GitHub Actions workflow
MIT License
68 stars 43 forks source link

Adapt to new GitHub workflow policy #15

Closed levonmaa closed 3 years ago

levonmaa commented 3 years ago
Error: Unable to process command '::set-env name=ENV_VAR::***' successfully.
Error: The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure command 
execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS` environment variable to `true`.
For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
abhilash1in commented 3 years ago

Have you tried v1.0.0?

wcalderipe commented 3 years ago

Have you tried v1.0.0?

@levonmaa v1.0.0 solved the issue for us.

levonmaa commented 3 years ago

My bad, thanks guys for the quick response