Skip to content

Commit 52f0927

Browse files
committed
Add permissions section to sync-wiki workflow for content write access
1 parent e120a7d commit 52f0927

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/sync-wiki.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
- 'docs/wiki/**'
99
workflow_dispatch:
1010

11+
Permissions:
12+
contents: write
13+
1114
jobs:
1215
sync-wiki:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)