Skip to content

Commit b3a30d2

Browse files
committed
ci: Fix logging steps
1 parent b6dfce2 commit b3a30d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clean-azure-blob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: azure/CLI@v2
2626
with:
2727
inlineScript: |
28-
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --container-name mews-ui-widgetbook --output table
28+
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --container-name mews-ui-widgetbook --output table
2929
3030
- name: Clean Widgetbook blob folder
3131
uses: azure/CLI@v2
@@ -37,4 +37,4 @@ jobs:
3737
uses: azure/CLI@v2
3838
with:
3939
inlineScript: |
40-
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --container-name mews-ui-widgetbook --output table
40+
az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --container-name mews-ui-widgetbook --output table

0 commit comments

Comments
 (0)