---
title: "Receive GitHub Webhook"
method: POST
path: "/api/v1/webhooks/github"
tags: ["Integrations"]
---

# Receive GitHub Webhook

`POST /api/v1/webhooks/github`

Receives GitHub App webhook deliveries. Requests are authenticated by `X-Hub-Signature-256`, not API bearer auth.

## Request body

- object

## Response `200`

Webhook accepted

## Other responses

- `401` — Missing or invalid webhook signature

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/revisions/bee030053823/schema)
