2017-07-25 03:02:36 +02:00
|
|
|
For the integration based on the deprecated
|
|
|
|
[GitHub Services](https://github.com/github/github-services),
|
|
|
|
see [here](./github).
|
|
|
|
|
2017-11-25 00:07:21 +01:00
|
|
|
1. {!create-stream.md!}
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2018-03-07 21:55:57 +01:00
|
|
|
1. {!create-bot-construct-url-indented.md!}
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2018-03-07 21:55:57 +01:00
|
|
|
{!git-webhook-url-with-branches-indented.md!}
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2018-03-07 21:55:57 +01:00
|
|
|
1. Go to your repository on GitHub and click on the **Settings** tab.
|
|
|
|
Select **Webhooks**. Click on **Add webhook**. GitHub may prompt
|
|
|
|
you for your password.
|
2017-06-04 23:50:37 +02:00
|
|
|
|
2018-03-07 21:55:57 +01:00
|
|
|
1. Set **Payload URL** to the URL constructed above. Set **Content type**
|
|
|
|
to `application/json`. Select the events you would like to receive
|
|
|
|
notifications for, and click **Add Webhook**.
|
2017-06-04 23:50:37 +02:00
|
|
|
|
|
|
|
{!congrats.md!}
|
|
|
|
|
2018-03-07 21:55:57 +01:00
|
|
|
![](/static/images/integrations/github_webhook/001.png)
|