We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d685d commit d59e429Copy full SHA for d59e429
1 file changed
.github/workflows/integration_tests.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Run integration tests
29
run: poetry run pytest integration_tests -vs
30
env:
31
- TASKBADGER_ORG: ${{ secrets.TASKBADGER_ORG }}
32
- TASKBADGER_PROJECT: ${{ secrets.TASKBADGER_PROJECT }}
+ TASKBADGER_ORG: ${{ vars.TASKBADGER_ORG }}
+ TASKBADGER_PROJECT: ${{ vars.TASKBADGER_PROJECT }}
33
TASKBADGER_API_KEY: ${{ secrets.TASKBADGER_API_KEY }}
0 commit comments