floppyman/webhook_action

Send Github/Gitea Action calls to any Webhook.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlUrl to send the requestyes""
methodHTTP Method to use when calling the Webhook, supports GET or POSTyesPOST
payloadThe data to send to the webhook, can be 'application/json' for use with POST and 'x-www-form-urlencoded' for use with GETyes""
signature_enabledEnabled generation of the signature headernofalse
signature_headerName of the header the signature will be send asnoX-Hub-Signature
signature_methodMethod to generate the signature, supports HMAC-SHA1, HMAC-SHA256 or HMAC-SHA512noHMAC-SHA256
signature_secretSecret (password) to use to generate the signature, must match the value in the Webhook systemnoCHANGE_ME
debugPrints debug information for dev/troubleshootingnofalse
namedescription
responseThe response of POST request.