Skip to content

Commit ae5ae62

Browse files
authored
Temporarily revert MAR Docs publishing GitHub App auth authentication changes (#6407)
1 parent e998765 commit ae5ae62

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

eng/common/templates/variables/dotnet/build-test-publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ variables:
1515
value: public/,internal/private/,unlisted/
1616

1717
- 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)'
18+
value: --gh-token '$(BotAccount-dotnet-docker-bot-PAT)'
2219
- name: mcrDocsRepoInfo.userName
23-
value: $(gitHubApp.marDocsUpdater.userName)
20+
value: $(dotnetDockerBot.userName)
2421
- name: mcrDocsRepoInfo.email
25-
value: $(gitHubApp.marDocsUpdater.email)
22+
value: $(dotnetDockerBot.email)
2623

2724
- name: publishNotificationsEnabled
2825
value: true

0 commit comments

Comments
 (0)