Skip to main content

Github Webhook



1. Navigate to your Github repo.

2. Click "Settings".

Screenshot 2023-04-11 at 1.40.47 PM.png

3. Click "Webhooks".

Screenshot 2023-04-11 at 1.44.14 PM.png

4. Click "Add webhook"
Screenshot 2023-04-11 at 1.45.13 PM.png

5. In the payload URL add "https://<enterprise-dns>/api/application/client/git/events/add", Content type as "application/json".

6. Click the "let me select individual event"

Screenshot 2023-04-11 at 1.48.37 PM.png


7. Select "Pull Requests","Pushes" and "Releases" in the events selection.
Screenshot 2023-04-11 at 1.50.26 PM.png

8. Click "Add webhook".

Screenshot 2023-04-11 at 1.51.09 PM.png