Update index.html

Added Github webhook settings description.
This commit is contained in:
rubenhulzebos 2018-08-02 09:00:41 +02:00 committed by GitHub
parent e79929f0b6
commit 58e352aa69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -239,7 +239,8 @@ pre {
<li>Click the Configuration tab</li>
<li>Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field</li>
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks &gt; Add webhook</li>
<li>Paste your webhook URL provided by OpenShift</li>
<li>Paste your webhook URL provided by OpenShift in the "Payload URL" field</li>
<li>Change the "Content type" to 'application/json'</li>
<li>Leave the defaults for the remaining fields &mdash; that's it!</li>
</ol>
<p>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.</p>