Skip to content

Commit

Permalink
use correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Nov 15, 2024
1 parent 754db8b commit f532649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
with:
azcliversion: latest
inlineScript: |
az storage blob upload-batch --account-name electronecosystemapidocs -d '$web' -s ./docs --overwrite --sas-token "$SAS"
az storage blob upload-batch --account-name electronecosystemapidocs -d '$web' -s ./docs --overwrite --sas-token "$SAS_TOKEN"
env:
SAS: ${{ secrets.SAS }}
SAS_TOKEN: ${{ secrets.SAS_TOKEN }}

0 comments on commit f532649

Please sign in to comment.