grindsa/Dispatch Broker Action
A GitHub Action to dispatch workflows via the GitHub API using a Python script.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with repo/workflow permissions | yes | — |
| repository | Target repository in the format owner/repo | yes | — |
| ref | Git ref (branch, tag, or SHA) to run the workflow on | yes | main |
| exclude_workflows | Comma-separated list of workflow filenames to exclude from dispatching | yes | — |
| client_payload | JSON string to pass as client_payload to the workflow dispatch event | no | "" |
Outputs
no outputs