From 58e352aa6924d0e1aa7e5e7b737feb5344aa3769 Mon Sep 17 00:00:00 2001 From: rubenhulzebos <41952975+rubenhulzebos@users.noreply.github.com> Date: Thu, 2 Aug 2018 09:00:41 +0200 Subject: [PATCH] Update index.html Added Github webhook settings description. --- views/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/index.html b/views/index.html index e8d2680..892bb25 100644 --- a/views/index.html +++ b/views/index.html @@ -239,7 +239,8 @@ pre {
  • Click the Configuration tab
  • 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
  • +
  • Paste your webhook URL provided by OpenShift in the "Payload URL" field
  • +
  • Change the "Content type" to '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.