Skip to content

Commit dbb062d

Browse files
authored
ci: fix auto commit (#91)
1 parent a3907b8 commit dbb062d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/panvimdoc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
name: vimdoc generator
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
12+
with:
13+
token: ${{ secrets.PAT }}
14+
1215
- name: panvimdoc
1316
uses: kdheepak/panvimdoc@main
1417
with:

0 commit comments

Comments
 (0)