Skip to content

Conversation

danxmoran
Copy link

Part of #356

Repository dispatch allows for triggering GitHub Actions via event type (as opposed to "workflow dispatch", which requires specifying a specific workflow to trigger). The triggering calls can pass arbitrary data via "client_payload" JSON.

API docs here: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-a-repository-dispatch-event

Part of argoproj#356

Repository dispatch allows for triggering GitHub Actions via event type
(as opposed to "workflow dispatch", which requires specifying a specific
workflow to trigger). The triggering calls can pass arbitrary data via
"client_payload" JSON.

API docs here: https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#create-a-repository-dispatch-event

Signed-off-by: Daniel Moran <[email protected]>
@danxmoran danxmoran force-pushed the danxmoran/github-repo-dispatch branch from a6f0838 to 49db4be Compare August 30, 2025 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant