Skip to content

Commit 36aa9bc

Browse files
committed
Perms for bot account PAT
1 parent 598143b commit 36aa9bc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

azure-pipelines/publish-roslyn-copilot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
trigger: none
22
pr: none
33

4+
variables:
5+
# Variable group contains PAT for bot account.
6+
- group: dotnet-vscode-insertion-variables
7+
48
resources:
59
repositories:
610
- repository: 1ESPipelineTemplates
@@ -68,4 +72,4 @@ extends:
6872
- pwsh: gulp 'publish roslyn copilot' --userName dotnet-bot --email [email protected] --stagingDirectory '$(Build.ArtifactStagingDirectory)/staging'
6973
displayName: 'Create component update PR'
7074
env:
71-
GitHubPAT: $(BotAccount-dotnet-bot-repo-PAT)
75+
GitHubPAT: $(BotAccount-dotnet-maestro-bot-PAT)

0 commit comments

Comments
 (0)