Skip to content

Commit d59e429

Browse files
committed
move org and project to vars
1 parent 30d685d commit d59e429

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run integration tests
2929
run: poetry run pytest integration_tests -vs
3030
env:
31-
TASKBADGER_ORG: ${{ secrets.TASKBADGER_ORG }}
32-
TASKBADGER_PROJECT: ${{ secrets.TASKBADGER_PROJECT }}
31+
TASKBADGER_ORG: ${{ vars.TASKBADGER_ORG }}
32+
TASKBADGER_PROJECT: ${{ vars.TASKBADGER_PROJECT }}
3333
TASKBADGER_API_KEY: ${{ secrets.TASKBADGER_API_KEY }}

0 commit comments

Comments
 (0)