Learn how to trigger a GitHub workflow from a webhook invocation.
https://api.github.com/repos/{owner}/{repo}/actions/workflows/{action-id}/dispatches
, example:
Authorization
header with your GitHub personal access token. Example:
ref
is the branch that contains the workflow definitioninputs
is the data that the workflow will use that is sent from the webhook