ivansslwork/Workflow Webhook Action
A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | The HTTP URI of the webhook endpoint to invoke | yes | — |
| webhook_secret | The secret with which a signature hash is generated | yes | — |
| webhook_auth | Credentials to be used for BASIC authentication (optional) | — | — |
| webhook_type | json | form-urlencoded | json-extended | — | — |
| verbose | Optional, set to true to enable verbose output. Warning: this might lead to domain and IP leaking, as well as other security issues as the logs are public. | — | — |
| silent | Optional, set to true to disable output and therefore IP leaking | — | — |
| verify_ssl | Optional, set to false to disable verification of SSL certificates | — | true |
| data | Optional additional data to include in the payload | — | — |
Outputs
no outputs