Skip to content

Commit 475e5be

Browse files
committed
update account name
1 parent 968d0a4 commit 475e5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
uses: azure/cli@089eac9d8cc39f5d003e94f8b65efc51076c9cbd # tag: v2.1.0
3434
with:
3535
inlineScript: |
36-
az storage blob upload-batch --account-name $ACCOUNT_NAME -d '$web/get/${{ github.ref_name }}' -s ./docs --overwrite
36+
az storage blob upload-batch --account-name ${{ secrets.AZURE_ECOSYSTEM_PACKAGES_STORAGE_ACCOUNT_NAME }} -d '$web/get/${{ github.ref_name }}' -s ./docs --overwrite

0 commit comments

Comments
 (0)