iniva/Action Repository Dispatch

Send repository_dispatch events with custom payloads

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetRepositoryFull name (owner/repo-name) of the repository that will receive the repository_dispatch eventno${{ github.repository }}
eventTypeCustom event type expected by the receiving repositoryyes
tokenA GitHub Personal Access Token (PAT) with 'repo' permissionsyes
payloadTypeType of payload provided. Types: string, path, urlnostring
payloadStringified JSON payload. Required when payloadType is not provided or provided as "string"no{}
payloadPathPath to file with JSON payload. Required when payloadType is provided as "path"no
payloadUrlURL to JSON payload. Required when payloadType is provided as "url"no

no outputs