File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Integration tests
3
3
on :
4
4
workflow_call :
5
5
secrets :
6
- APIFY_TEST_USER_API_TOKEN :
6
+ APIFY_TEST_USER_PYTHON_SDK_API_TOKEN :
7
7
description : API token of the Python SDK testing user on Apify
8
8
required : true
9
9
34
34
- name : Run integration tests
35
35
run : make INTEGRATION_TESTS_CONCURRENCY=8 integration-tests
36
36
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 }}
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ [ 1.1.1] ( ../../releases/tag/v1.1.1 ) - 2023-05-05
5
+
6
+ ### Internal changes
7
+
8
+ - changed GitHub workflows to use new secrets
9
+
4
10
[ 1.1.0] ( ../../releases/tag/v1.1.0 ) - 2023-05-05
5
11
6
12
### Added
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " apify_client"
3
- version = " 1.1.0 "
3
+ version = " 1.1.1 "
4
4
description = " Apify API client for Python"
5
5
readme = " README.md"
6
6
license = {text = " Apache Software License" }
You can’t perform that action at this time.
0 commit comments