Skip to content

Will the new generated personal access token affect the workflow? #184

Discussion options

You must be logged in to vote

Your workflow will be unaffected by a regenerated token, as you do not use a custom GitHub token in your workflow.

Actions issues a new GITHUB_TOKEN at the start of each workflow run, which can be used by steps to authenticate with the GitHub API. (See docs)

The actions/checkout-Action uses the default GITHUB_TOKEN to authenticate the git repository.

As long as you do not override the token argument for the actions/checkout-Action, you're good to go.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stefanzweifel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #183 on November 03, 2021 07:18.