We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e998765 commit ae5ae62Copy full SHA for ae5ae62
1 file changed
eng/common/templates/variables/dotnet/build-test-publish.yml
@@ -15,14 +15,11 @@ variables:
15
value: public/,internal/private/,unlisted/
16
17
- name: mcrDocsRepoInfo.authArgs
18
- value: >-
19
- --gh-private-key '$(GitHubApp-NET-Docker-MAR-Docs-Updater-PrivateKey)'
20
- --gh-app-client-id '$(gitHubApp.marDocsUpdater.clientId)'
21
- --gh-app-installation-id '$(gitHubApp.marDocsUpdater.microsoft.installationId)'
+ value: --gh-token '$(BotAccount-dotnet-docker-bot-PAT)'
22
- name: mcrDocsRepoInfo.userName
23
- value: $(gitHubApp.marDocsUpdater.userName)
+ value: $(dotnetDockerBot.userName)
24
- name: mcrDocsRepoInfo.email
25
- value: $(gitHubApp.marDocsUpdater.email)
+ value: $(dotnetDockerBot.email)
26
27
- name: publishNotificationsEnabled
28
value: true
0 commit comments