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
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 likeCUSTOM_TOKEN_SECRETS