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

Node 16 upgrade #47

Open ejgutierrezvega opened 1 year ago

ejgutierrezvega commented 1 year ago

We are receiving warnings from Github actions about node 12 would be deprecated and that this action is still using it.

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: abhilash1in/aws-secrets-manager-action@v2.1.0

I noticed there is an open PR https://github.com/abhilash1in/aws-secrets-manager-action/pull/45 with the upgrade, any ETA on when this will be merged?

MickHa commented 1 year ago

@ejgutierrezvega I ran into the same issue, and switched over to using https://github.com/aws-actions/aws-secretsmanager-get-secrets , which is very similar to this one.