Skip to content

Commit 7826a38

Browse files
authored
feat: use test user token from organisation secrets (#90)
1 parent 41c72f2 commit 7826a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- name: Run integration tests
3535
run: make INTEGRATION_TESTS_CONCURRENCY=8 integration-tests
3636
env:
37-
APIFY_TEST_USER_API_TOKEN: ${{ secrets.APIFY_TEST_USER_API_TOKEN }}
37+
APIFY_TEST_USER_API_TOKEN: ${{ secrets.APIFY_TEST_USER_PYTHON_SDK_API_TOKEN }}

0 commit comments

Comments
 (0)