diff --git a/eng/common/templates/variables/dotnet/build-test-publish.yml b/eng/common/templates/variables/dotnet/build-test-publish.yml index 5d37b642d5..51ff99d1c6 100644 --- a/eng/common/templates/variables/dotnet/build-test-publish.yml +++ b/eng/common/templates/variables/dotnet/build-test-publish.yml @@ -15,11 +15,14 @@ variables: value: public/,internal/private/,unlisted/ - name: mcrDocsRepoInfo.authArgs - value: --gh-token '$(BotAccount-dotnet-docker-bot-PAT)' + value: >- + --gh-private-key '$(GitHubApp-NET-Docker-MAR-Docs-Updater-PrivateKey)' + --gh-app-client-id '$(gitHubApp.marDocsUpdater.clientId)' + --gh-app-installation-id '$(gitHubApp.marDocsUpdater.microsoft.installationId)' - name: mcrDocsRepoInfo.userName - value: $(dotnetDockerBot.userName) + value: $(gitHubApp.marDocsUpdater.userName) - name: mcrDocsRepoInfo.email - value: $(dotnetDockerBot.email) + value: $(gitHubApp.marDocsUpdater.email) - name: publishNotificationsEnabled value: true