memblin/webhook-relay-js-action
Relay the webhook event data to the configured endpoint
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| WEBHOOK_ENDPOINT | Webhook Endpoint URL | yes | — |
| WEBHOOK_SECRET | Webhook Secret used to verify payload | yes | — |
Outputs
| name | description |
|---|---|
| responseStatus | HTTP Status code from the Webhook request response |
| responseData | The body of the response from the Webhook request response |