Skip to content

Commit

Permalink
change authmode back to key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jord-Gui committed Oct 4, 2023
1 parent 7db7aea commit df7ae65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:

- name: Upload assets to Azure
run: |
az storage blob upload-batch --overwrite true --account-name sswdory --auth-mode login -d '$web' -s .
az storage blob upload-batch --overwrite true --account-name sswdory --auth-mode key -d '$web' -s .

0 comments on commit df7ae65

Please sign in to comment.