-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
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
[Bug] Variable name cannot start with "GITHUB_" prefix. #60
Comments
I have a fix for this issue, pending approval of the pull request. |
As an environment variable, GITHUB_TOKEN cannot be overwritten because it is a reserved word. The meaning of the sentence
is to change the value assigned to the GITHUB_TOKEN variable in You can modify the workflow to change However, a simpler way to grant access to a private repository is to adjust the permissions of secrets.GITHUB_TOKEN in the repository where this workflow is located. |
@NarciSource @danielcshn
This issue will be closed. |
Describe the bug
Variable name cannot start with "GITHUB_" prefix.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Note: If you also want to include the private repository, register the "personal access token" in the repository and set it to GITHUB_TOKEN specified in the workflow file.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: