Skip to content

Commit

Permalink
replace auth mode key => login
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbolikowski committed Sep 13, 2023
1 parent e1a5103 commit 4eb8527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-connect-front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4eb8527

Please sign in to comment.