create-github-secret-action icon indicating copy to clipboard operation
create-github-secret-action copied to clipboard

new Github Actions environments!

Open jmell-slg opened this issue 2 years ago • 2 comments

Wondering if this could get updated within your action:

Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Thanks a bunch!

jmell-slg avatar Oct 19 '22 20:10 jmell-slg

I'm getting this aswell.

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: docker/login-action, gliech/create-github-secret-action, docker/login-action

Thank you!

sgarciajaramillo avatar Oct 27 '22 20:10 sgarciajaramillo

One thing to consider if this doesn't get resolved soon is to just use the gh CLI within a Github workflow job-step, like https://docs.github.com/en/actions/using-workflows/using-github-cli-in-workflows. See https://cli.github.com/manual/gh_secret_set as well.

pacphi avatar Dec 09 '22 01:12 pacphi