Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions self-hosting/govern/integrations/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ To configure GitHub integration, you'll need to create a GitHub App within your
**For Plane cloud instance**

```bash
https://silo.plane.so/api/github/auth/callback
https://silo.plane.so/api/github/auth/user/callback
https://silo.plane.so/api/oauth/github-enterprise/auth/callback
https://silo.plane.so/api/oauth/github-enterprise/auth/user/callback
```

**For Plane self-hosted instance**

```bash
https://<your-domain>/silo/api/github/auth/callback
https://<your-domain>/silo/api/github/auth/user/callback
https://<your-domain>/silo/api/oauth/github-enterprise/auth/callback
https://<your-domain>/silo/api/oauth/github-enterprise/auth/user/callback
```

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

8. Once you've created the app, [activate the GitHub Enterprise integration in Plane](https://docs.plane.so/integrations/github#connect-github-enterprise-organization).
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).
</Tab>
</Tabs>