Skip to content

[BUG] workflow_dispatch not triggering from a GitHub action #26790

Answered by Simran-B
andersson09 asked this question in Actions
Discussion options

You must be logged in to vote

If you want to trigger a workflow from another workflow, you need to use a personal access token. The default token does not allow workflows to invoke other workflows to prevent recursive calls.

  <a href="https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token" target="_blank" rel="noopener nofollow ugc">GitHub Docs</a>

Events that trigger workflows - GitHub Docs

Replies: 2 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants