Skip to content

Commit 66c0943

Browse files
committed
docs check do not use secret
1 parent 5b7be54 commit 66c0943

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555

56-
- name: Install dependencies
56+
- name: Install Python dependencies
5757
run: |
5858
pipx install --python ${{ matrix.python-version }} poetry
5959
make install-dev

.github/workflows/run_code_checks.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
docs_check:
3737
name: Docs check
3838
uses: apify/workflows/.github/workflows/python/docs_check.yaml
39-
secrets: inherit
4039

4140
integration_tests:
4241
name: Integration tests

.github/workflows/run_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PYTHON_VERSION: 3.12
3333
steps:
3434
- name: Dummy step
35-
run: true
35+
run: "true"
3636

3737
lint_check:
3838
name: Lint check
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
python-version: ${{ env.PYTHON_VERSION }}
9898

99-
- name: Install dependencies
99+
- name: Install Python dependencies
100100
run: |
101101
pipx install --python ${{ matrix.python-version }} poetry
102102
make install-dev

0 commit comments

Comments
 (0)