Skip to content

Commit

Permalink
feat: Updated 1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-nightly[bot] authored May 13, 2024
1 parent d894442 commit b87f213
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/pages/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
</Tabs.Tab>
</Tabs>
</Steps>
Expand Down

0 comments on commit b87f213

Please sign in to comment.