mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Add write permission to wiki workflow
This commit is contained in:
parent
c9e541c26b
commit
e0cae3139f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/wiki.yaml
vendored
3
.github/workflows/wiki.yaml
vendored
|
@ -5,6 +5,9 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
wiki:
|
wiki:
|
||||||
name: Deploy GitHub Wiki
|
name: Deploy GitHub Wiki
|
||||||
|
|
Loading…
Reference in a new issue