Skip to content

Commit

Permalink
ci: Update Azure clean script (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Jan 27, 2025
1 parent 63e0cb7 commit 6b204ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/clean-azure-blob.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: clean-azure-blob
name: Clean Widgetbook Azure Blob
on:
workflow_dispatch:

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
id-token: write
contents: read

jobs:
deploy_widgetbook_azure:
clean-azure-blob:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

- name: Clean widgetbook blob folder
- name: Clean Widgetbook blob folder
uses: azure/CLI@v2
with:
inlineScript: |
Expand Down

0 comments on commit 6b204ce

Please sign in to comment.