Skip to content

Commit a0324ae

Browse files
authored
Merge pull request #135 from makeplane/fix-github-callback-urls
Fixed callback URLs in GitHub integration
2 parents 3488602 + b2d68c3 commit a0324ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 5 additions & 5 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/oauth/github-enterprise/auth/callback
89+
https://silo.plane.so/api/oauth/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/oauth/github-enterprise/auth/callback
96+
https://<your-domain>/silo/api/oauth/github-enterprise/auth/user/callback
9797
```
9898

9999
These URLs allow Plane to verify and enable workspace connection with the Github App.
@@ -253,6 +253,6 @@ To configure GitHub integration, you'll need to create a GitHub App within your
253253
cat private_key.pem | base64 -w 0
254254
```
255255

256-
8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github#connect-github-enterprise-organization).
256+
8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github?edition=github-enterprise#connect-github-organization).
257257
</Tab>
258258
</Tabs>

0 commit comments

Comments
 (0)