added required change of Content type

otherwise the delivery would fail with unsupported Content-Type application/x-www-form-urlencoded
This commit is contained in:
Marcel Hild 2017-12-07 20:46:55 +01:00 committed by GitHub
parent c457001ca5
commit 517019c0e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -74,8 +74,9 @@ Since OpenShift V3 does not provide a git repository out of the box, you can con
2. Click on Browse > Builds
3. From the view for your Build click on the link to display your GitHub webhook and copy the url.
4. Navigate to your repository on GitHub and click on repository settings > webhooks
5. Paste your copied webhook url provided by OpenShift - Thats it!
6. After you save your webhook, if you refresh your settings page you can see the status of the ping that Github sent to OpenShift to verify it can reach the server.
5. Paste your copied webhook url provided by OpenShift
6. Change the Content type to `application/json` - Thats it!
7. After you save your webhook, if you refresh your settings page you can see the status of the ping that Github sent to OpenShift to verify it can reach the server.
### License
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to [CC0](http://creativecommons.org/publicdomain/zero/1.0/).