Skip to content

Commit b565e52

Browse files
committed
[#2871] Fix Auto-rebase workflow
* add missing permission for the rebase * add missing quote in git config
1 parent 47ce288 commit b565e52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto-rebase-wip.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- '3.2'
1010
- '2.4'
1111

12+
permissions:
13+
contents: write # Required to push rebased WIP branches
14+
1215
jobs:
1316
rebase-wip:
1417
name: Rebase WIP branch

0 commit comments

Comments
 (0)