Skip to content

Commit 9a0f4fc

Browse files
Merge pull request #437 from holly-cummins/fix-syncbot-conflict-handling
Fix syncbot 403 by granting write permissions
2 parents 48f3d68 + 3a3b5eb commit 9a0f4fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/syncbot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- main
77
- ootb
88

9+
permissions:
10+
contents: write
11+
pull-requests: write
12+
913
jobs:
1014
prep-changes:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)