From 4be5151d5697d735d3e17224010d9249f7523801 Mon Sep 17 00:00:00 2001 From: Shantanu Tushar Date: Sun, 29 Mar 2020 13:07:19 +0530 Subject: [PATCH] Added instruction to set content type when configuring github webhook --- welcome/templates/welcome/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index 9130216..1643f5d 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -236,6 +236,7 @@ pre {
  • Click the "Copy to clipboard" icon to the right of the "GitHub webhook URL" field
  • Navigate to your repository on GitHub and click on repository settings > webhooks > Add webhook
  • Paste your webhook URL provided by OpenShift
  • +
  • From the "Content Type" dropdown, select "application/json"
  • Leave the defaults for the remaining fields — that's it!
  • 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.