Settings
Configure your pipeline monitor
Webhook Configuration
Add this URL as a webhook in your GitHub repository settings.
Must match the secret configured in your GitHub webhook and GITHUB_WEBHOOK_SECRET env var.
GitHub Configuration
Required scopes: repo, workflow, read:org
Notifications
Setup Instructions
# 1. Go to your GitHub repo settings
https://github.com/shuakipie87/inventory-flying/settings/hooks/new
# 2. Set Payload URL to:
/api/webhooks/github
# 3. Set Content type to:
application/json
# 4. Select events:
Workflow runs, Workflow jobs, Pull requests, Pushes
# 5. Add MONITOR_WEBHOOK_URL to repo secrets:
Settings > Secrets > Actions > New secret
Name: MONITOR_WEBHOOK_URL
Value: /api/webhooks/github