From e7191de84c834316e06c7291bad4058476abfc94 Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 30 Apr 2025 13:51:13 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Temporarily=20revert=20MAR=20Docs=20p?= =?UTF-8?q?ublishing=20GitHub=20App=20auth=20authentication=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit ae5ae62a3da6a7b2b7116a1fcee653f9e05439ab. --- .../templates/variables/dotnet/build-test-publish.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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