jpoehnelt / secrets-sync-action

A Github Action that can sync secrets from one repository to many others.
https://github.com/marketplace/actions/secrets-sync-action
Apache License 2.0
314 stars 92 forks source link

Action Gives Deprecation Warning #81

Closed syoon2 closed 1 year ago

syoon2 commented 1 year ago

Context: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

devenes commented 1 year ago

Fixed by merging #82. It would be great if we release a new version as soon as possible.

jpoehnelt commented 1 year ago

can just use google/secrets-sync-action@ba83f92cfb009d5f35f3a791773748196879c706 for now.

jpoehnelt commented 1 year ago

Available in https://github.com/google/secrets-sync-action/releases/tag/v1.7.1

devenes commented 1 year ago

Thanks @jpoehnelt!