Skip to content

Commit 458ca94

Browse files
committed
Fix wiki-sync permissions to contents: write
1 parent dded44a commit 458ca94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wiki-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'wiki/**'
99

1010
permissions:
11-
contents: read
11+
contents: write
1212

1313
jobs:
1414
sync-wiki:

0 commit comments

Comments
 (0)