Skip to content

Commit

Permalink
Try another way to inject sas token
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer committed Nov 21, 2023
1 parent 80c5010 commit 506ff7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
files: |
kopio.phar
- name: Deploy to Azure
run: azcopy copy "kopio.phar" "${{ secrets.DEPLOY_SAS_URL }}"
run: azcopy copy "kopio.phar" "https://markeidownloads.blob.core.windows.net/$web/kopio.phar?${{ secrets.BLOB_SAS_TOKEN }}"

0 comments on commit 506ff7d

Please sign in to comment.