Add BotAccount-dotnet-maestro-bot-mirroring-PAT for mirror pipelines#17088
Merged
Conversation
Add a fine-grained GitHub PAT entry for use by the dotnet-mirroring pipelines (mirror-dnceng, mirror-devdiv). Scoped to public repositories only (Contents: read), 30-day expiration. Stored in EngKeyVault, exposed via Mirror-Credentials variable group. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub access token secret entry to the Arcade EngKeyVault secret-manager manifest so the dotnet-mirroring pipelines can use a fine-grained PAT rather than the existing classic PAT (to align with enterprise classic-PAT lifetime policy constraints).
Changes:
- Adds
BotAccount-dotnet-maestro-bot-mirroring-PATas a newgithub-access-tokensecret in the EngKeyVault manifest. - Documents intended usage constraints for the token (mirror pipelines; fine-grained; public repo contents read; 30-day expiration).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
garath
marked this pull request as ready for review
July 9, 2026 05:29
akoeplinger
reviewed
Jul 9, 2026
mmitche
approved these changes
Jul 9, 2026
akoeplinger
approved these changes
Jul 14, 2026
mmitche
approved these changes
Jul 14, 2026
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
Adds a new fine-grained GitHub PAT entry to the secret-manager manifest for use by the dotnet-mirroring pipelines (\mirror-dnceng, \mirror-devdiv).
Motivation
Switching to a fine-grained PAT allows narrower scopes and better adherence to policy.