Skip to content

Commit from auto_fix does not trigger github actions #328

Answered by ocean90
Raigen asked this question in Q&A
Discussion options

You must be logged in to vote

Hey there, that's expected behaviour when using the default token.

When you use the repository's GITHUB_TOKEN to perform tasks on behalf of the GitHub Actions app, events triggered by the GITHUB_TOKEN will not create a new workflow run.

Source: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#using-the-github_token-in-a-workflow

You have to use a PAT with appropriate permissions and use it instead.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Raigen
Comment options

Answer selected by ocean90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants