Setup GitHub webhook

How to set up a webhook to automate a deployment from Github to a target org.

Minh Nguyen avatar
Written by Minh Nguyen
Updated over a week ago

Edit the CI Job, select "Triggered by git commit to branch", then click on the "Setup Webhook" link to open the details pop-up details:

In the pop-up details, copy the URL. This will be used in the GitHub settings page later:

Now, log into GitHub, go to the Repository Settings > Webhooks page and click on "Add webhook":

In the Add webhook page:

  • Payload URL: value copied from Copado Essentials in the previous step

  • Content type: "application/json":

Click on "Add webhook" and your webhook is set!

Did this answer your question?