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

Upgrade to node16 #45

Open christoph-schauppel opened 1 year ago

pako-grape commented 1 year ago

Hello @abhilash1in, is anything blocking the merge? Looks like an easy fix for the annoying node12 deprecation warning ;)

ali-kafel commented 1 year ago

@abhilash1in I approve/bump this change as well.

aakilin commented 10 months ago

@ali-kafel could you finally merge the PR? Or is there a way to use the GitHub actions without annoying

build (dev, backend, mediaplanner-0) / build

The following actions uses node12 which is deprecated and will be forced to run on node16: abhilash1in/aws-secrets-manager-action@v2.1.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

ali-kafel commented 10 months ago

@aakilin I ended up switching to this action: https://github.com/aws-actions/aws-secretsmanager-get-secrets

It does the exact same thing and is an official action from aws that is properly maintained unlike this repo.

aakilin commented 10 months ago

@ali-kafel thank you very much!