GitHub

Adding webhook
In your GitHub settings, open the webhooks section, and add a webhook as shown in the image below.
- Payload URL:
cimonitor.example.com/webhook/github(replace your domain name) - Content type:
application/json - Secret: insert the same password if you've the
WEBHOOK_SECRETenvironment setting - What event?: "Send me everything" to have CIMonitor working at full potential
- Make sure the webhook is active
Add your webhook! All new builds should become visible on your CIMonitor.
Demonstration
