Skip to content

CI blocks after a commit is pushed by github workflow #50468

Answered by airtower-luna
pysel asked this question in Actions
Discussion options

You must be logged in to vote

The problem is that the push is done using the GITHUB_TOKEN, which won't create new workflow runs, so the required checks never happen for the automatically created commit. If you want the push to create new workflow runs, you need to use a PAT instead to authorized the push (generally the best way to do it is to pass it to actions/checkout using its token parameter).

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@pysel
Comment options

@airtower-luna
Comment options

@pysel
Comment options

@airtower-luna
Comment options

@pysel
Comment options

Answer selected by pysel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question
2 participants