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:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
name: pandoc to vimdoc
|
name: pandoc to vimdoc
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue