diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 39282be2..b9034011 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -34,4 +34,4 @@ jobs: - name: Run integration tests run: make INTEGRATION_TESTS_CONCURRENCY=8 integration-tests env: - APIFY_TEST_USER_API_TOKEN: ${{ secrets.APIFY_TEST_USER_API_TOKEN }} + APIFY_TEST_USER_API_TOKEN: ${{ secrets.APIFY_TEST_USER_PYTHON_SDK_API_TOKEN }}