From 4ba1e019b70a46200b53bf7cd531ce7611942ea1 Mon Sep 17 00:00:00 2001 From: Karim Mdmirajul <143718491+karim20230@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:14:28 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2efa5cd..bd31050 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: uses: azure/login@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - + - name: Upload files to Azure Storage run: | - az storage blob upload-batch -d 'ghaf-releases-container' -s . --account-name ghafreleasesstorage --overwrite --auth-mode login + az storage blob upload-batch -d 'ghaf-releases-container' -s . --account-name ghafreleasesstorage --overwrite --auth-mode key --account-key ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}