We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dfce2 commit b3a30d2Copy full SHA for b3a30d2
.github/workflows/clean-azure-blob.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: azure/CLI@v2
26
with:
27
inlineScript: |
28
- az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --container-name mews-ui-widgetbook --output table
+ az storage blob list --account-name ${{ secrets.AZURE_ACCOUNT_NAME }} --auth-mode login --container-name mews-ui-widgetbook --output table
29
30
- name: Clean Widgetbook blob folder
31
@@ -37,4 +37,4 @@ jobs:
37
38
39
40
0 commit comments