Connect GitHub WebHooks
Point GitHub to this application at the webhook path below.
1. WebHook URL
https://example.com/webhooks/github
Use the current application domain and append `/webhooks/github`.
2. Delivery format
- Set content type to `application/json`.
- Set the payload URL to the URL shown on this page.
3. Secret
Put the webhook secret from GitHub into `WEBHOOK_SECRET` before starting the app.
- The value must match exactly on both sides.
- Keep SSL verification enabled.
4. Done
Push a test event and confirm the application receives it.
Checklist
- Confirm the URL uses the current domain and `/webhooks/github`.
- Confirm content type is `application/json`.
- Confirm the webhook secret matches on both sides.
- Confirm a test delivery appears in the application.