Skip to content

Commit 080c42e

Browse files
fix 403 issue
1 parent c44a116 commit 080c42e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/convertMarkDownToHtml.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Checkout repository
12-
uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
12+
with:
13+
persist-credentials: true
14+
token: ${{ secrets.GITHUB_TOKEN }}
1315

1416
- name: Set up Python
1517
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)