From b6bc7aea540303df0c4a9d2026ce06fda3e700ae Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Tue, 16 Jun 2026 14:34:31 -0700 Subject: [PATCH] Update AuthToken fir eng/common pipelines --- eng/common/pipelines/templates/steps/create-pull-request.yml | 2 +- .../pipelines/templates/steps/create-tags-and-git-release.yml | 2 +- eng/common/pipelines/templates/steps/git-push-changes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/common/pipelines/templates/steps/create-pull-request.yml b/eng/common/pipelines/templates/steps/create-pull-request.yml index 625b6400eb..83e6070c00 100644 --- a/eng/common/pipelines/templates/steps/create-pull-request.yml +++ b/eng/common/pipelines/templates/steps/create-pull-request.yml @@ -22,7 +22,7 @@ parameters: SkipCheckingForChanges: false CloseAfterOpenForTesting: false OpenAsDraft: false - AuthToken: $(azuresdk-github-pat) + AuthToken: '' # PushAuthToken: for cross-org pushes (pushing to PROwner's fork in a different org). # Defaults to AuthToken when not specified. PushAuthToken: '' diff --git a/eng/common/pipelines/templates/steps/create-tags-and-git-release.yml b/eng/common/pipelines/templates/steps/create-tags-and-git-release.yml index b81e72ac9b..3b2b76a50a 100644 --- a/eng/common/pipelines/templates/steps/create-tags-and-git-release.yml +++ b/eng/common/pipelines/templates/steps/create-tags-and-git-release.yml @@ -8,7 +8,7 @@ parameters: ScriptDirectory: eng/common/scripts NpmConfigUserConfig: '' NpmConfigRegistry: '' - AuthToken: $(azuresdk-github-pat) + AuthToken: '' steps: - ${{ if eq(parameters.AuthToken, '') }}: diff --git a/eng/common/pipelines/templates/steps/git-push-changes.yml b/eng/common/pipelines/templates/steps/git-push-changes.yml index 84d6338c15..45295029b6 100644 --- a/eng/common/pipelines/templates/steps/git-push-changes.yml +++ b/eng/common/pipelines/templates/steps/git-push-changes.yml @@ -8,7 +8,7 @@ parameters: WorkingDirectory: $(System.DefaultWorkingDirectory) ScriptDirectory: eng/common/scripts SkipCheckingForChanges: false - AuthToken: $(azuresdk-github-pat) + AuthToken: '' steps: - ${{ if eq(parameters.AuthToken, '') }}: