From 18e4d9e953c6cb8f0f1f051f3e8311ba65e55218 Mon Sep 17 00:00:00 2001 From: danciaclara Date: Fri, 12 Jun 2026 19:46:29 +0530 Subject: [PATCH 1/3] GHE configuration --- docs/self-hosting/govern/integrations/github.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/self-hosting/govern/integrations/github.md b/docs/self-hosting/govern/integrations/github.md index 5a80b8da..2b8e93f3 100644 --- a/docs/self-hosting/govern/integrations/github.md +++ b/docs/self-hosting/govern/integrations/github.md @@ -10,11 +10,14 @@ This guide walks you through setting up a GitHub App to enable GitHub integratio This guide covers configuration for both: -- **[GitHub Cloud](/self-hosting/govern/integrations/github#github-cloud)** - The standard cloud-hosted GitHub service +- **[GitHub Cloud](/self-hosting/govern/integrations/github#github-cloud)** (github.com) + The standard GitHub service, available at github.com. Covers all account types -- **[GitHub Enterprise Server](/self-hosting/govern/integrations/github#github-enterprise-server)** - Self-hosted GitHub instances for organizations with specific compliance or security requirements +- **[GitHub Enterprise Cloud](/self-hosting/govern/integrations/github#github-enterprise-server)** (ghe.com) + GitHub's managed enterprise service where your organization gets a dedicated subdomain + +- **[GitHub Enterprise Server](/self-hosting/govern/integrations/github#github-enterprise-server)** (self-hosted) + A self-hosted GitHub instance deployed on your own infrastructure In this guide, you’ll: @@ -90,6 +93,10 @@ Follow these steps to create a GitHub App, set callback URLs, and configure webh == GitHub Enterprise Server {#github-enterprise-server} These steps cover hostname, callback URLs, and private key differences for on‑prem GitHub deployments. +> [!CAUTION] GitHub Enterprise Cloud (GHE.com) +> On GHE.com enterprise, go to `https://.ghe.com/enterprises//settings/apps` and create a new GitHub App. + + #### GitHub Enterprise Server 1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization. From 530c5c503e3c7184081a080d6251a546717c40be Mon Sep 17 00:00:00 2001 From: danciaclara Date: Fri, 12 Jun 2026 19:47:50 +0530 Subject: [PATCH 2/3] minor fix --- docs/self-hosting/govern/integrations/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-hosting/govern/integrations/github.md b/docs/self-hosting/govern/integrations/github.md index 2b8e93f3..b20016bb 100644 --- a/docs/self-hosting/govern/integrations/github.md +++ b/docs/self-hosting/govern/integrations/github.md @@ -11,7 +11,7 @@ This guide walks you through setting up a GitHub App to enable GitHub integratio This guide covers configuration for both: - **[GitHub Cloud](/self-hosting/govern/integrations/github#github-cloud)** (github.com) - The standard GitHub service, available at github.com. Covers all account types + The standard GitHub service, available at github.com. Covers all plans - **[GitHub Enterprise Cloud](/self-hosting/govern/integrations/github#github-enterprise-server)** (ghe.com) GitHub's managed enterprise service where your organization gets a dedicated subdomain From e290be429a82937bc816c8368a5f42ebc8c4be96 Mon Sep 17 00:00:00 2001 From: danciaclara Date: Fri, 12 Jun 2026 19:48:18 +0530 Subject: [PATCH 3/3] Formatting fixes --- docs/self-hosting/govern/integrations/github.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/govern/integrations/github.md b/docs/self-hosting/govern/integrations/github.md index b20016bb..11de074f 100644 --- a/docs/self-hosting/govern/integrations/github.md +++ b/docs/self-hosting/govern/integrations/github.md @@ -10,14 +10,14 @@ This guide walks you through setting up a GitHub App to enable GitHub integratio This guide covers configuration for both: -- **[GitHub Cloud](/self-hosting/govern/integrations/github#github-cloud)** (github.com) +- **[GitHub Cloud](/self-hosting/govern/integrations/github#github-cloud)** (github.com) The standard GitHub service, available at github.com. Covers all plans - **[GitHub Enterprise Cloud](/self-hosting/govern/integrations/github#github-enterprise-server)** (ghe.com) GitHub's managed enterprise service where your organization gets a dedicated subdomain - **[GitHub Enterprise Server](/self-hosting/govern/integrations/github#github-enterprise-server)** (self-hosted) - A self-hosted GitHub instance deployed on your own infrastructure + A self-hosted GitHub instance deployed on your own infrastructure In this guide, you’ll: @@ -96,7 +96,6 @@ These steps cover hostname, callback URLs, and private key differences for on‑ > [!CAUTION] GitHub Enterprise Cloud (GHE.com) > On GHE.com enterprise, go to `https://.ghe.com/enterprises//settings/apps` and create a new GitHub App. - #### GitHub Enterprise Server 1. Go to **Settings \> Developer Settings \> GitHub Apps** in your GitHub organization.