Skip to content

Commit db5e404

Browse files
committed
Add azure secrets to workflows/ci
1 parent 919cd85 commit db5e404

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ jobs:
5252
AWS_BUCKET: ${{secrets.AWS_BUCKET}}
5353
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
5454
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
55+
AZURE_ACCOUNT_ID: ${{secrets.AZURE_ACCOUNT_ID}}
56+
AZURE_ACCOUNT_KEY: ${{secrets.AZURE_ACCOUNT_KEY}}
57+
AZURE_CONTAINER_NAME: ${{secrets.AZURE_CONTAINER_NAME}}
5558
AWS_REGION: ${{secrets.AWS_REGION}}

0 commit comments

Comments
 (0)