We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e7e8d commit 23b3fd6Copy full SHA for 23b3fd6
1 file changed
.github/workflows/integration_tests.yml
@@ -27,3 +27,7 @@ jobs:
27
run: poetry install --no-interaction
28
- name: Run integration tests
29
run: poetry run pytest integration_tests -v
30
+ env:
31
+ TASKBADGER_ORG: ${{ secrets.TASKBADGER_ORG }}
32
+ TASKBADGER_PROJECT: ${{ secrets.TASKBADGER_PROJECT }}
33
+ TASKBADGER_API_KEY: ${{ secrets.TASKBADGER_API_KEY }}
0 commit comments