We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
follow up #158 (comment)
The text was updated successfully, but these errors were encountered:
github action cannot trigger another github action (when using secrets.GITHUB_TOKEN
🤦 ok that is super good to know!
(pulled from here)
Sorry, something went wrong.
There is more: when using actions/checkout@v2, the is basically overriding the token because it persists secrets.GITHUB_TOKEN by default 🤷🏼
actions/checkout@v2
secrets.GITHUB_TOKEN
GitHub support suggested to add persist-credentials: false, I'll give that a try. Maybe it can be worked around in the code, too, I'll have a look
persist-credentials: false
No branches or pull requests
follow up #158 (comment)
The text was updated successfully, but these errors were encountered: