We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9704d commit 0e106d0Copy full SHA for 0e106d0
.github/workflows/ci.yml
@@ -37,3 +37,7 @@ jobs:
37
- name: Test with pytest
38
run: |
39
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