Skip to content
Discussion options

You must be logged in to vote

The first place to check is the Recent Deliveries section of your webhook configuration. It will show whether GitHub attempted to send the event and, if so, the HTTP status code and response received from your server.

A few common causes include:

The selected event type doesn't match the action you're performing (for example, only listening for push events while testing with an issue or release).
The endpoint returns an error or takes too long to respond. GitHub expects a timely response and may mark the delivery as failed.
SSL or certificate issues prevent GitHub from connecting to the endpoint.
The webhook secret validation on your server is rejecting the request because the signatures …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AbdullahNaseemAbbasi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apps API and Webhooks Discussions related to GitHub's APIs or Webhooks Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates API Discussions around GitHub API platform and docs
2 participants