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, '') }}: