iniva/Action Repository Dispatch
Send repository_dispatch events with custom payloads
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| targetRepository | Full name (owner/repo-name) of the repository that will receive the repository_dispatch event | no | ${{ github.repository }} |
| eventType | Custom event type expected by the receiving repository | yes | — |
| token | A GitHub Personal Access Token (PAT) with 'repo' permissions | yes | — |
| payloadType | Type of payload provided. Types: string, path, url | no | string |
| payload | Stringified JSON payload. Required when payloadType is not provided or provided as "string" | no | {} |
| payloadPath | Path to file with JSON payload. Required when payloadType is provided as "path" | no | — |
| payloadUrl | URL to JSON payload. Required when payloadType is provided as "url" | no | — |
Outputs
no outputs