Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/python_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
APIFY_TEST_USER_PYTHON_SDK_API_TOKEN:
description: API token of the Python testing user on Apify
required: true
APIFY_TEST_USER_2_API_TOKEN:
description: Second API token of different testing user on Apify. For multi-user test cases, such as sharing restricted access storage.
required: false

inputs:
python-versions:
description: List of Python versions to be used
Expand Down Expand Up @@ -51,3 +55,4 @@ jobs:
run: make INTEGRATION_TESTS_CONCURRENCY=8 integration-tests
env:
APIFY_TEST_USER_API_TOKEN: ${{ secrets.APIFY_TEST_USER_PYTHON_SDK_API_TOKEN }}
APIFY_TEST_USER_2_API_TOKEN: ${{ secrets.APIFY_TEST_USER_2_API_TOKEN }}
Loading