Skip to content

Commit 9fdd79a

Browse files
committed
unit tests do not use gh token
1 parent f24e8c8 commit 9fdd79a

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
async_docstrings:
2827
name: Async dostrings 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
async_docstrings:
5453
name: Async dostrings check

0 commit comments

Comments
 (0)