-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Maestro GitHub PAT used in CI #4081
Comments
Discusser over Teams and decided to add replace both GitHub PAT tokens used in the build pipeline:
Additionally, decided to use the fine-grained token type to limit how much access each token gives |
After the tokens are replaced, we need to clean-up:
Additionally, if we need to add any new variable groups or service connections we should make sure they have adequate ownership setup for the team |
Removal of an obsolete reference to the previous Maestro scenario test token - https://dev.azure.com/dnceng/internal/_git/dotnet-release/pullrequest/44522 |
Removed obsolete variable groups from AzDO |
Our scenario tests are currently relying on a personal GitHub PAT token for GitHub operations, such as clean-up.
We should replace it with a bot PAT token that is managed by secret manager.
The text was updated successfully, but these errors were encountered: