Skip to content

Commit 0e106d0

Browse files
committed
Configure CI to use environment variables
1 parent 5d9704d commit 0e106d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ jobs:
3737
- name: Test with pytest
3838
run: |
3939
pipenv run pytest
40+
env:
41+
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
42+
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
43+
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}

0 commit comments

Comments
 (0)