diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 87c6f0209e90..b1ef0a4c7490 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -417,7 +417,7 @@ jobs: filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) + Token: $(System.AccessToken) - ${{ if ne(parameters.agentOs, 'Windows') }}: - task: Bash@3 displayName: Setup Private Feeds Credentials @@ -425,7 +425,7 @@ jobs: filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh arguments: $(Build.SourcesDirectory)/NuGet.config $Token env: - Token: $(dn-bot-dnceng-artifact-feeds-rw) + Token: $(System.AccessToken) # Populates internal runtime SAS tokens. - template: /eng/common/templates-official/steps/enable-internal-runtimes.yml