Skip to content

Commit 5e2fa45

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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
@@ -24,7 +27,7 @@ jobs:
2427

2528
- name: Configure Git
2629
run: |
27-
git config user.name "Auto-rebase Action
30+
git config user.name "Auto-rebase Action"
2831
git config user.email "autorebase@users.noreply.github.com"
2932
3033
- name: Determine WIP branch name

0 commit comments

Comments
 (0)