Skip to content

Push by workflow does not trigger another workflow anymore #37103

Discussion options

You must be logged in to vote

actions/checkout sets up the repository so it'll always send the GITHUB_TOKEN in an Authorization header, unless you tell it otherwise. What you add to the URL doesn't matter with that, I'm surprised it worked at some point. 😅

You need to either provide the token you want to use to actions/checkout as its token parameter (the easy way), or disable persist-credentials (then you still have to explicitly provide the token later). See the usage description.

Replies: 4 comments 4 replies

Comment options

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

Comment options

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

Comment options

You must be logged in to vote
2 replies
@RyanMeulenkamp
Comment options

@jeromecovington
Comment options

Answer selected by RyanMeulenkamp
Comment options

You must be logged in to vote
0 replies
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 Product Feedback
6 participants