...

/

Listen for Events from GitHub

Listen for Events from GitHub

Learn how to add a GitHub webhook to our build-deploy Pipeline.

Configure the URL for EventListener

GitHub webhooks allow us to build or set up integrations that subscribe to certain events on GitHub. When one of these events is triggered, it’ll send an HTTP POST payload to the webhook’s configured URL. We’ll use GitHub webhooks to trigger our Tekton build-deploy Pipeline. We’ll need a URL for the EventListener service to which GitHub will send HTTP requests.

To expose a URL for the EventListener service, run the command given below ...