From 4eb8527af52fbc2a3310ebd4c47c9f525315f9a5 Mon Sep 17 00:00:00 2001 From: Eric Bolikowski Date: Wed, 13 Sep 2023 17:43:03 +0200 Subject: [PATCH] replace auth mode key => login --- .github/workflows/deploy-connect-front.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-connect-front.yml b/.github/workflows/deploy-connect-front.yml index 9f4d7cbe8..d9d2c2884 100644 --- a/.github/workflows/deploy-connect-front.yml +++ b/.github/workflows/deploy-connect-front.yml @@ -69,7 +69,7 @@ jobs: uses: azure/CLI@v1 with: inlineScript: | - az storage blob upload-batch --overwrite --account-name "frontberlinstagingredos" --auth-mode key -d '$web' -s ./dist/apps/redi-connect + az storage blob upload-batch --overwrite --account-name "frontberlinstagingredos" --auth-mode login -d '$web' -s ./dist/apps/redi-connect - name: Purge pre-loaded content for the CDN endpoint uses: azure/CLI@v1