Can I use secrets.GITHUB_TOKEN?
See original GitHub issueCan I use
github-token: ${{ secrets.GITHUB_TOKEN }}
instead of
github-token: ${{ github.token }}
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
The GITHUB_TOKEN in GitHub Actions: How it Works, ...
The GITHUB_TOKEN is a special access token that you can use to authenticate on behalf of GitHub Actions. GitHub automatically creates a ...
Read more >Difference between github.token vs secrets.github_token?
secrets.github_token is the syntax referring to the GITHUB_TOKEN secret that GitHub automatically creates to use in your workflow. You can ...
Read more >Github and github_token and github secrets
GitHub secrets are encrypted strings you put in your GitHub repository or organization to pass it to your GitHub workflows actions when they...
Read more >GitHub Actions: Control permissions for GITHUB_TOKEN
GitHub Actions now lets you control the permissions granted to the GITHUB_TOKEN secret. The GITHUB_TOKEN is an automatically generated ...
Read more >GitHub Token | Code Cookbook - Michael Currin
GitHub automatically creates a GITHUB_TOKEN secret to use in your workflow. You can use the GITHUB_TOKEN to authenticate in a workflow run. Includes...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

secrets.GITHUB_TOKENdoesn’t seem to work. We still need our own access token.👏