create-github-secret-action
create-github-secret-action copied to clipboard
new Github Actions environments!
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!
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!
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.