Skip to content

GitHub webhook handler

POST
/webhooks/github
curl --request POST \
--url https://example.com/api/webhooks/github \
--header 'Content-Type: application/json' \
--data '{}'

Handles push, deployment_status, workflow_run, and issues events. HMAC verified.

Media type application/json
object

Success

Media type application/json
object
ok
required
boolean

Invalid HMAC signature