question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can I use secrets.GITHUB_TOKEN?

See original GitHub issue

Can I use

github-token: ${{ secrets.GITHUB_TOKEN }}

instead of

github-token: ${{ github.token }}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
smorimotocommented, Jan 16, 2020

secrets.GITHUB_TOKEN doesn’t seem to work. We still need our own access token.

0reactions
smorimotocommented, Nov 21, 2019

👏

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found