githubDotComWebhook.receive is called when the API receives a github.com webhook.
HTTP request
POST https://cloudbuild.googleapis.com/v1/githubDotComWebhook:receive
The URLs use gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
webhookKey
|
For GitHub Enterprise webhooks, this key is used to associate the webhook request with the GitHubEnterpriseConfig to use for validation. |
Request body
The request body contains an instance of HttpBody
.
Response body
If successful, the response body is an empty JSON object.

