-
Notifications
You must be signed in to change notification settings - Fork 62.4k
Open
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue
Description
Line 79 in 8670647
GH_TOKEN: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %} |
Since it looks like this example is using the built-in permissions model for the runner identity, I think this example should be github.token
vs secrets.GITHUB_TOKEN
. Since the latter implies the user must set up a secret beforehand with a personal access token.
zander40
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codehelp wantedAnyone is welcome to open a pull request to fix this issueAnyone is welcome to open a pull request to fix this issue