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 93 forks source link

Documentation README.md should fix a sample value for GITHUB_TOKEN #75

Closed bryantson closed 1 year ago

bryantson commented 2 years ago

Problem

The Usage example in README.md file has GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SECRETS }}. However, GITHUB_ prefix is reserved for GitHub context and, thus, that should not work.

Proposed solution

Update the Usage example to change the sample value of GITHUB_TOKEN to something like CUSTOM_TOKEN_SECRETS

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.7.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: