Skip to content

Commit fc03a87

Browse files
committed
Fixd callback URLs in GitHub integration
1 parent 3488602 commit fc03a87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ To configure GitHub integration, you'll need to create a GitHub App within your
8585
**For Plane cloud instance**
8686

8787
```bash
88-
https://silo.plane.so/api/github/auth/callback
89-
https://silo.plane.so/api/github/auth/user/callback
88+
https://silo.plane.so/api/github-enterprise/auth/callback
89+
https://silo.plane.so/api/github-enterprise/auth/user/callback
9090
```
9191

9292
**For Plane self-hosted instance**
9393

9494
```bash
95-
https://<your-domain>/silo/api/github/auth/callback
96-
https://<your-domain>/silo/api/github/auth/user/callback
95+
https://<your-domain>/silo/api/github-enterprise/auth/callback
96+
https://<your-domain>/silo/api/github-enterprise/auth/user/callback
9797
```
9898

9999
These URLs allow Plane to verify and enable workspace connection with the Github App.

0 commit comments

Comments
 (0)