docs: add GitHub Enterprise Cloud setup guide#1264
Open
MukundaKatta wants to merge 1 commit intoanthropics:mainfrom
Open
docs: add GitHub Enterprise Cloud setup guide#1264MukundaKatta wants to merge 1 commit intoanthropics:mainfrom
MukundaKatta wants to merge 1 commit intoanthropics:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Closes #696. The action's setup docs cover github.com but not GitHub Enterprise Cloud, which has different OAuth flows, API endpoints (
api.YOUR-ORG.ghe.com), SSO enforcement, IP allowlists, and repository selection rules. Users on GHEC have repeatedly hit the same questions.What
Adds
docs/github-enterprise-cloud.mdwith:api.github.comvsapi.YOUR-ORG.ghe.com)docs/setup.mdfor the github.com pathdocs/setup.mdandREADME.mdget a one-line pointer to the new guide so GHEC users find it from the entry points they already use.Tested
Cross-referenced GitHub's official GHEC docs for endpoint paths and SSO behavior. No code touched, so no test changes needed.