Skip to content

Commit 7dfc570

Browse files
committed
ci: fix issue with push permissions
1 parent 9bf0547 commit 7dfc570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
if: github.ref == 'refs/heads/main'
66
name: Pandoc to Vimdoc
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write # git-auto-commit-action needs push permissions
810
steps:
911
- uses: actions/checkout@v2
1012
- name: panvimdoc

0 commit comments

Comments
 (0)