sushidev-team/Repository Dispatch Trigger
Triggers workflows via repository_dispatch with a single API call
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access | yes | — |
| target_repo | Target repository (owner/repo format) | no | ${{ github.repository }} |
| event_type | The repository_dispatch event type (e.g., "docker-stage") | yes | — |
| ref | Git reference (passed inside client_payload for target workflows to use) | no | master |
| client_payload | JSON object to send as client_payload | no | {} |
Outputs
| name | description |
|---|---|
| triggered | Whether the dispatch was successful (true/false) |