From 26f44acbb96c0e4c0e9ef869d054904160d7a3a0 Mon Sep 17 00:00:00 2001 From: Scott Beddall Date: Tue, 28 Apr 2026 22:41:37 +0000 Subject: [PATCH] pull out docindex job into separate changeset --- eng/common/pipelines/templates/jobs/docindex.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/common/pipelines/templates/jobs/docindex.yml b/eng/common/pipelines/templates/jobs/docindex.yml index 077d07ad16de..6eb6f4c6958e 100644 --- a/eng/common/pipelines/templates/jobs/docindex.yml +++ b/eng/common/pipelines/templates/jobs/docindex.yml @@ -16,6 +16,8 @@ jobs: workingDirectory: $(Build.BinariesDirectory) displayName: Download and Extract DocFX + - template: /eng/common/pipelines/templates/steps/login-to-github.yml + - task: AzureCLI@2 displayName: 'Generate Doc Index' inputs: @@ -66,5 +68,5 @@ jobs: arguments: > -PRBranchName "gh-pages" -CommitMsg "Auto-generated docs from SHA(s) $(Build.SourceVersion)" - -GitUrl "https://$(azuresdk-github-pat)@github.com/$(Build.Repository.Name).git" + -GitUrl "https://x-access-token:$(GH_TOKEN)@github.com/$(Build.Repository.Name).git" -PushArgs "--force" \ No newline at end of file