give workflow commit perms
This commit is contained in:
parent
c3cbe4dddb
commit
451c61a72a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/panvimdoc.yml
vendored
4
.github/workflows/panvimdoc.yml
vendored
|
|
@ -5,6 +5,10 @@ on: [push]
|
|||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
name: pandoc to vimdoc
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue