Skip to content

Pushing a tag within an action doesn't trigger another workflow #25617

Discussion options

You must be logged in to vote

I think the easiest way is to use the token parameter for actions/checkout I mentioned above. Put the PAT in a secret, and do the checkout similar to this:

- uses: actions/checkout@v2
  with:
    token: ${{ secrets.MY_PAT }}

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
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
2 participants