.. _doc_pages_demo_github: Github webhook ============== Now we need to configure GitHub to send webhooks from our Godot fork. 1. Log in to your GitHub account. 2. Visit the Godot fork repository page. 3. Click the "Settings" tab. .. image:: ../img/github/settings.png :alt: github settings 4. CLick Webhooks .. image:: ../img/github/webhook_settings.png :alt: github webhook settings tab 5. CLick "Add Webhook" .. image:: ../img/github/add_webhook.png :alt: github add_webhook 6. From the receiving page in w4builds, copy the url .. image:: ../img/github/copy.png :alt: build copy url 7. Paste the URL from the webhook. 8. Select "application/json" for the content type. 9. Paste the secret we created previously. .. image:: ../img/github/form.png :alt: webhook form 10. Click save Validation ---------- If all the steps were completed correctly, GitHub will send a "ping" message. You can verify this in the "Recent Deliveries" tab. No jobs in W4 Builds should have been triggered, as the ping message does not affect the master branch. Great job so far! .. image:: ../img/github/validate.png :alt: webhook validate