broadshield/GitHub Action Event Relay
Pass this github event information to another repository for processing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| event | Provide a custom json event payload. | no | — |
| destination_repository | The destination repository in the form of `ownername/reponame` | yes | — |
| github_token | A personal access token with the repo scope. https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line | yes | commits |
| event_type | A 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] ``` | no | default |
| extra_payload_json | A 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_yaml | A 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 | — |
Outputs
no outputs