Skip to content

Commit 5b7be54

Browse files
committed
unit tests do not use gh token
1 parent 5e695ad commit 5b7be54

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
unit_tests:
2323
name: Unit tests
2424
uses: apify/workflows/.github/workflows/python/unit_tests.yaml
25-
secrets: inherit
2625

2726
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
2827
changelog_entry_check:

.github/workflows/run_release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
name: Unit tests
4949
needs: [should_release]
5050
uses: apify/workflows/.github/workflows/python/unit_tests.yaml
51-
secrets: inherit
5251

5352
# TODO: remove this once https://github.com/apify/apify-sdk-python/issues/241 is resolved
5453
changelog_entry_check:

0 commit comments

Comments
 (0)