Skip to content

Commit

Permalink
RHIDP-5765 comment out references to GitHub Enterprise (#900)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
themr0c authored Feb 7, 2025
1 parent 25e2399 commit 3f7845c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TIP: If you plan to make changes using the GitHub API, ensure that `Read and wri
+
`AUTH_GITHUB_APP_ID`:: Enter the saved **App ID**.
`AUTH_GITHUB_CLIENT_ID`:: Enter the saved **Client ID**.
`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise.
//`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise.
`GITHUB_ORGANIZATION`:: Enter your GitHub organization name, such as `__<your_github_organization_name>__'.
`GITHUB_ORG_URL`:: Enter `$GITHUB_HOST_DOMAIN/$GITHUB_ORGANIZATION`.
`GITHUB_CLIENT_SECRET`:: Enter the saved **Client Secret**.
Expand Down Expand Up @@ -145,6 +145,7 @@ auth:
callbackUrl: __<your_intermediate_service_url/handler>__
----

////
`enterpriseInstanceUrl`::
Your GitHub Enterprise URL.
Requires you defined the `GITHUB_HOST_DOMAIN` secret in the previous step.
Expand All @@ -158,6 +159,7 @@ auth:
production:
enterpriseInstanceUrl: ${GITHUB_HOST_DOMAIN}
----
////

[TIP]
====
Expand Down

0 comments on commit 3f7845c

Please sign in to comment.