Skip to main content
roost.ai
View All
Search
Shelves
Books
Log in
Info
Content
Github Webhook
Page Revisions
Revision #56 Changes
Github Webhook
1. Navigate to your Github repo.
2. Click "Settings".
.
3. Click "Webhooks".
4. Click "Add webhook"
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"
7. Select "Pull Requests","Pushes" and "Releases" in the events selection.
8. Click "Add webhook".
Back to top