actions-marketplace-validations/webhook.sh

A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook_urlThe HTTP URI of the webhook endpoint to invokeyes
webhook_secretThe secret with which a signature hash is generatedyes
webhook_authCredentials to be used for BASIC authentication (optional)
webhook_typejson | form-urlencoded | json-extended
verboseOptional, 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.
silentOptional, set to true to disable output and therefore IP leaking
verify_sslOptional, set to false to disable verification of SSL certificatestrue
dataOptional additional data to include in the payload

no outputs