Skip to content

Commit ce34d96

Browse files
azure-sdkraych1
andauthored
Sync eng/common directory with azure-sdk-tools for PR 15119 (#46292)
* Add SYSTEM_ACCESSTOKEN to Git release step * Add SYSTEM_ACCESSTOKEN to publish-blobs.yml --------- Co-authored-by: Ray Chen <raychen@microsoft.com>
1 parent 3db7fb5 commit ce34d96

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

eng/common/pipelines/templates/steps/create-tags-and-git-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ steps:
2525
timeoutInMinutes: 5
2626
env:
2727
GH_TOKEN: $(azuresdk-github-pat)
28+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
2829
${{ if ne(parameters.NpmConfigUserConfig, '') }}:
2930
NPM_CONFIG_USERCONFIG: ${{ parameters.NpmConfigUserConfig }}
3031
${{ if ne(parameters.NpmConfigRegistry, '') }}:

eng/common/pipelines/templates/steps/publish-blobs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ steps:
2626
pwsh: true
2727
env:
2828
AZCOPY_AUTO_LOGIN_TYPE: 'PSCRED'
29+
SYSTEM_ACCESSTOKEN: $(System.AccessToken)

0 commit comments

Comments
 (0)