We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae5ae62 commit 65c5e1cCopy full SHA for 65c5e1c
1 file changed
eng/common/templates/variables/dotnet/build-test-publish.yml
@@ -15,11 +15,14 @@ variables:
15
value: public/,internal/private/,unlisted/
16
17
- name: mcrDocsRepoInfo.authArgs
18
- value: --gh-token '$(BotAccount-dotnet-docker-bot-PAT)'
+ 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)'
22
- name: mcrDocsRepoInfo.userName
- value: $(dotnetDockerBot.userName)
23
+ value: $(gitHubApp.marDocsUpdater.userName)
24
- name: mcrDocsRepoInfo.email
- value: $(dotnetDockerBot.email)
25
+ value: $(gitHubApp.marDocsUpdater.email)
26
27
- name: publishNotificationsEnabled
28
value: true
0 commit comments