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 9bf0547 commit 7dfc570Copy full SHA for 7dfc570
.github/workflows/ci.yaml
@@ -5,6 +5,8 @@ jobs:
5
if: github.ref == 'refs/heads/main'
6
name: Pandoc to Vimdoc
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: write # git-auto-commit-action needs push permissions
10
steps:
11
- uses: actions/checkout@v2
12
- name: panvimdoc
0 commit comments