Skip to content

On: Issues: not firing when Issue is Created by Another Action #26518

Discussion options

You must be logged in to vote

Hi @anthonyherman ,

How did you create the issue in the action? By default, GITHUB_TOKEN will be used in the workflow, and it’s by designed that workflow cannot be triggered with GITHUB_TOKEN. Please specify a personal access token as the secrets instead.

I created an issue with PAT: https://github.com/weide-zhou/ticket21/runs/591141899?check_suite_focus=true#step:2:2

And it will trigger another workflow (on: issue event):

https://github.com/weide-zhou/ticket21/runs/591142017?check_suite_focus=true

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants