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
7 changes: 7 additions & 0 deletions docs/self-hosting/govern/integrations/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ Follow these steps to create a GitHub App, set callback URLs, and configure webh
These URLs allow Plane to verify and enable workspace connection with the Github App.
![Add Callback URL](/images/integrations/github/add-callback-url.webp#hero)

:::warning
Make sure to opt out of **Expire user authorization tokens** feature.
:::

5. In the **Post installation** section, add the below **Setup URL**.

```bash
Expand Down Expand Up @@ -110,6 +114,9 @@ These steps cover hostname, callback URLs, and private key differences for on‑

These URLs allow Plane to verify and enable workspace connection with the Github App.
![Add Callback URL](/images/integrations/github/add-callback-url.webp#hero)
:::warning
Make sure to opt out of **Expire user authorization tokens** feature.
:::

5. In the **Post installation** section, add the below **Setup URL**.

Expand Down
Loading