Skip to content

GitHub Actions API to run a workflow (and CLI atop of it) #26991

Answered by acmcelwee
Ceridan asked this question in Actions
Discussion options

You must be logged in to vote

I think repository_dispatch events might provide the functionality that you’re looking for. It sounds like you’d want to clearly define your types and the necessary payload for the type, and then add those add types in the workflow triggers block.

https://help.github.com/en/actions/reference/events-that-trigger-workflows#external-events-repository_dispatch

Replies: 4 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
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
3 participants