step-security/Repository Dispatch
Create a repository dispatch event
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT) | — | ${{ github.token }} |
| repository | The full name of the repository to send the dispatch. | — | ${{ github.repository }} |
| event-type | A custom webhook event name. | yes | — |
| client-payload | JSON payload with extra information about the webhook event that your action or worklow may use. | — | {} |
Outputs
no outputs