Skip to main content
POST
Receive a provider event

Headers

X-GitHub-Event
string
required

GitHub event type, currently ping, pull_request, or workflow_run.

X-GitHub-Delivery
string
required

Delivery identifier supplied by GitHub.

X-Hub-Signature-256
string
required

Hash-based Message Authentication Code (HMAC)-SHA256 of the raw body, prefixed with sha256=.

Path Parameters

provider
enum<string>
required

Provider that sent the event.

Available options:
github

Body

application/json

A signed GitHub event body. Events other than ping require installation.id and repository.full_name.

Response

Valid event that required no fleet run.

status
enum<string>
required
Available options:
pong,
ignored