broadshield/GitHub Action Event Relay

Pass this github event information to another repository for processing

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
eventProvide a custom json event payload.no
destination_repositoryThe destination repository in the form of `ownername/reponame`yes
github_tokenA personal access token with the repo scope. https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line yescommits
event_typeA custom event type to trigger it on, this can be used to customise the workflows run at the destination. i.e. ``` on: repository_dispatch: types: [default, run-deployment] ``` nodefault
extra_payload_jsonA json payload which is converted to a javascript object and passed in the event's `client_payload` as `extraPayload`. This is merged with the data from the yamlPayload. no
extra_payload_yamlA yaml payload which is converted to a javascript object and passed in the event's `client_payload` as `extraPayload`. This is merged with the data from the jsonPayload. no

no outputs