diff --git a/.github/workflows/main_stkcmslearningprod001.yml b/.github/workflows/main_stkcmslearningprod001.yml index 43986d5..ffb9c58 100644 --- a/.github/workflows/main_stkcmslearningprod001.yml +++ b/.github/workflows/main_stkcmslearningprod001.yml @@ -24,7 +24,7 @@ jobs: uses: azure/CLI@v1 with: inlineScript: | - az storage file upload-batch --destination ${{ secrets.AZURESTORAGE_FILE_SHARE_NAME_PROD }} --source . --account-name ${{ secrets.AZURESTORAGE_ACCOUNT_NAME }} + az storage file upload-batch --destination ${{ secrets.AZURESTORAGE_FILE_SHARE_NAME_PROD }} --source . --account-name ${{ secrets.AZURESTORAGE_ACCOUNT_NAME }} --account-key ${{ secrets.AZURESTORAGE_ACCOUNT_KEY }} # Azure logout - name: logout