Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karim20230 authored Nov 5, 2024
1 parent f192df7 commit da556a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Upload files to Azure Storage
run: |
az storage blob upload-batch -d ghaf-releases-container -s . --account-name ghafreleasesstorage --overwrite --account-key ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}
az storage blob upload-batch -d ghaf-releases-container -s . --account-name ghafreleasesstorage --auth-mode key --overwrite --account-key ${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}

0 comments on commit da556a5

Please sign in to comment.