Skip to content

Commit 268a0f4

Browse files
authored
Change auto-mode to 'login'
1 parent 51c12f3 commit 268a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issueSnapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: azure/CLI@v1
2727
with:
2828
inlineScript: |
29-
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode key -d ${{ vars.AZURE_STORAGE_CONTAINER_NAME }} -s .
29+
az storage blob upload-batch --account-name ${{ vars.AZURE_STORAGE_ACCOUNT_NAME }} --auth-mode login -d ${{ vars.AZURE_STORAGE_CONTAINER_NAME }} -s .

0 commit comments

Comments
 (0)