Skip to content

Commit 4be5151

Browse files
committed
Added instruction to set content type when configuring github webhook
1 parent 0905223 commit 4be5151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

welcome/templates/welcome/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ <h2>Deploying code changes</h2>
236236
<li>Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field</li>
237237
<li>Navigate to your repository on GitHub and click on repository settings &gt; webhooks &gt; Add webhook</li>
238238
<li>Paste your webhook URL provided by OpenShift</li>
239+
<li>From the "Content Type" dropdown, select "application/json"</li>
239240
<li>Leave the defaults for the remaining fields &mdash; that's it!</li>
240241
</ol>
241242
<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>

0 commit comments

Comments
 (0)