From b87f2138b928c8a10877c293025269a133e2b283 Mon Sep 17 00:00:00 2001 From: "sweep-nightly[bot]" <131841235+sweep-nightly[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:11:24 +0000 Subject: [PATCH] feat: Updated 1 files --- docs/pages/deployment.mdx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/pages/deployment.mdx b/docs/pages/deployment.mdx index 171fa8ba7c..cab7034170 100644 --- a/docs/pages/deployment.mdx +++ b/docs/pages/deployment.mdx @@ -165,7 +165,24 @@ Sign up for an Ngrok account and install the CLI from https://dashboard.ngrok.co Forwarding https://4d8d8bf053be.ngrok.app -> http://localhost:8080 ``` -Then proceed with step 4. +#### 5. Update the GitHub Webhook URL + +Copy the forwarding URL from the ngrok output in step 4, for example: +``` +https://4d8d8bf053be.ngrok.app +``` + +Go to your GitHub app and update the `Webhook URL` to the ngrok forwarding URL. + +For user accounts: +```txt /GITHUB_BOT_USERNAME/ +https://github.com/settings/apps/GITHUB_BOT_USERNAME +``` + +For organizations: +```txt /GITHUB_BOT_USERNAME/, /YOUR_ORGANIZATION/ +https://github.com/YOUR_ORGANIZATION/sweepai/settings/apps/GITHUB_BOT_USERNAME +```