GitHub workflow_run webhook receiver. Body is HMAC-SHA256 signed (X-Hub-Signature-256) against the workspace’s zombie:github credential webhook_secret field. Only action=completed with conclusion=failure is XADDed to the zombie event stream; other events return 204. Idempotency keyed on X-GitHub-Delivery for 24h.
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
GitHub event type. Only workflow_run is ingested.
GitHub-issued delivery UUID. Used as the dedupe key.
HMAC-SHA256 of the raw body, prefixed with sha256=.
UUIDv7 of the zombie that owns this webhook receiver.
Raw GitHub webhook payload — see https://docs.github.com/en/webhooks/webhook-events-and-payloads#workflow_run.