Skip to content

Commit 85fdc56

Browse files
committed
Change GitHub workflows to use new secrets
1 parent 2e2ee50 commit 85fdc56

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/integration_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Integration tests
33
on:
44
workflow_call:
55
secrets:
6-
APIFY_TEST_USER_API_TOKEN:
6+
APIFY_TEST_USER_PYTHON_SDK_API_TOKEN:
77
description: API token of the Python SDK testing user on Apify
88
required: true
99

@@ -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 }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
[1.1.0](../../releases/tag/v1.1.0) - 2023-05-05
511

612
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "apify_client"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Apify API client for Python"
55
readme = "README.md"
66
license = {text = "Apache Software License"}

0 commit comments

Comments
 (0)