Skip to content

Commit 27de713

Browse files
authored
Merge pull request #847 from Timothyw0/main
Update azuresdkdrop workflow with auth mode
2 parents b07ba4b + cf44331 commit 27de713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azuresdkdrop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ jobs:
115115
ls -la
116116
PACKAGE_ID=`echo $(ls *.tgz) | sed -e 's/\.tgz$//'`
117117
echo $PACKAGE_ID
118-
az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops
118+
az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops --auth-mode login

0 commit comments

Comments
 (0)