From e712d5a8752314b8a2c77cfdf19d09a214a1516b Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Wed, 30 Apr 2025 11:16:05 -0700 Subject: [PATCH] Temporarily revert MAR Docs publshing GitHub App auth authentication changes --- .../templates/variables/dotnet/build-test-publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/eng/common/templates/variables/dotnet/build-test-publish.yml b/eng/common/templates/variables/dotnet/build-test-publish.yml index 51ff99d1c6..5d37b642d5 100644 --- a/eng/common/templates/variables/dotnet/build-test-publish.yml +++ b/eng/common/templates/variables/dotnet/build-test-publish.yml @@ -15,14 +15,11 @@ variables: value: public/,internal/private/,unlisted/ - name: mcrDocsRepoInfo.authArgs - 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)' + value: --gh-token '$(BotAccount-dotnet-docker-bot-PAT)' - name: mcrDocsRepoInfo.userName - value: $(gitHubApp.marDocsUpdater.userName) + value: $(dotnetDockerBot.userName) - name: mcrDocsRepoInfo.email - value: $(gitHubApp.marDocsUpdater.email) + value: $(dotnetDockerBot.email) - name: publishNotificationsEnabled value: true