Skip to content

Commit 6bbff4b

Browse files
committed
Fix capitalization of 'permissions' in sync-wiki workflow
1 parent 0db2490 commit 6bbff4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sync-wiki.yml

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

11-
Permissions:
11+
permissions:
1212
contents: write
13-
13+
1414
jobs:
1515
sync-wiki:
1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)