mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +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:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
wiki:
|
||||
name: Deploy GitHub Wiki
|
||||
|
|
Loading…
Reference in a new issue