- Head over to your GitHub repository
- Click on “Settings”
- Find “Webhooks” in the left sidebar
- Click “Add webhook”
-
Configure your webhook:
- Payload URL: Enter the URL from your
.env
file:API_GITHUB_CODE_MANAGEMENT_WEBHOOK
- Content type:
application/json
- Secret: Leave blank
- SSL verification: Enable SSL verification
- Which events would you like to trigger this webhook?: Let me select individual events
- Check these boxes:
- Issue comment
- Pull request review comments
- Pull request review threads
- Pull request reviews
- Pull requests
- Pushes
- Payload URL: Enter the URL from your
- Click “Add webhook”