Skip to content

Run Workflows triggered by a GitHub Action #27039

Discussion options

You must be logged in to vote

I assume the issue is that the first workflow pushes the tag using GITHUB_TOKEN? The direct route would be to use a PAT for the Git push operation instead, in that case the second workflow should run.

You might also be able to use a workflow_run event to start the second workflow, but in that case you need to somehow figure out which new tag has been created, assuming the name matters, so this approach might be more complicated.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

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