From fd9ab4ab33927276936840fb3756e1b653ec20d0 Mon Sep 17 00:00:00 2001 From: Vitalij Vascenko Date: Mon, 27 Jan 2025 10:37:15 +0100 Subject: [PATCH] ci: Update Azure clean script --- .github/workflows/clean-azure-blob.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clean-azure-blob.yml b/.github/workflows/clean-azure-blob.yml index 937a8d91..422aca85 100644 --- a/.github/workflows/clean-azure-blob.yml +++ b/.github/workflows/clean-azure-blob.yml @@ -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: @@ -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: |