We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae96bd9 commit 07616a4Copy full SHA for 07616a4
.github/workflows/test.yml
@@ -32,3 +32,6 @@ jobs:
32
33
- name: Run Tests
34
run: poetry run pytest
35
+ env:
36
+ BASE_URL: ${{ secrets.BASE_URL }}
37
+ AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
0 commit comments