We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3907b8 commit dbb062dCopy full SHA for dbb062d
1 file changed
.github/workflows/panvimdoc.yml
@@ -8,7 +8,10 @@ jobs:
8
runs-on: ubuntu-latest
9
name: vimdoc generator
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
+ with:
13
+ token: ${{ secrets.PAT }}
14
+
15
- name: panvimdoc
16
uses: kdheepak/panvimdoc@main
17
with:
0 commit comments