floppyman/webhook_action
Send Github/Gitea Action calls to any Webhook.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Url to send the request | yes | "" |
| method | HTTP Method to use when calling the Webhook, supports GET or POST | yes | POST |
| payload | The data to send to the webhook, can be 'application/json' for use with POST and 'x-www-form-urlencoded' for use with GET | yes | "" |
| signature_enabled | Enabled generation of the signature header | no | false |
| signature_header | Name of the header the signature will be send as | no | X-Hub-Signature |
| signature_method | Method to generate the signature, supports HMAC-SHA1, HMAC-SHA256 or HMAC-SHA512 | no | HMAC-SHA256 |
| signature_secret | Secret (password) to use to generate the signature, must match the value in the Webhook system | no | CHANGE_ME |
| debug | Prints debug information for dev/troubleshooting | no | false |
Outputs
| name | description |
|---|---|
| response | The response of POST request. |