docs(ci): clarify why GitHub App auth is used for cross-org repos#1447
Merged
ramsessanchez merged 3 commits intoJul 10, 2026
Conversation
Reword the useGitHubAppAuth comments and set-app-token-push-url.ps1 header so they no longer imply repo visibility is what selects App auth. Make clear the real driver is a target repo living in a different org than the shared service connection covers (which would otherwise need its own PAT), and that public visibility only enables the anonymous clone / credential-free read, not App auth itself. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: e612601e-259f-4cfe-8924-337af9663c80
Contributor
Author
|
comments only change, merging |
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.
Summary
Follow-up to #1442. Clarifies the comments/documentation around the
useGitHubAppAuthpath so the distinctions we landed on are explicit and not misleading.Changes
language-generation-kiota.yml: rewrote theuseGitHubAppAuthparam comment to lead with the cross-org / PAT-elimination rationale and add an explicit note that repo visibility is not the selector; reworded the anonymous-clone step comment to frame public visibility as the enabler of credential-free reads rather than the reason for App auth.scripts/set-app-token-push-url.ps1: reframed the header so push-only URL rewriting reads as a deliberate optimization for public repos, not a requirement of App auth.No behavioral changes - comments/documentation only.
Microsoft Reviewers: Open in CodeFlow