Browse Source

Merge pull request #148 from shaan7/master

Added instruction to set content type when configuring github webhook
pull/151/head
Ben Parees 5 years ago
committed by GitHub
parent
commit
6702b2b29e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      welcome/templates/welcome/index.html

+ 1
- 0
welcome/templates/welcome/index.html View File

@ -236,6 +236,7 @@ pre {
<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>From the "Content Type" dropdown, select "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>


Loading…
Cancel
Save