Skip to content

Commit 1b9a8b4

Browse files
committed
[actions] fix rebase workflow permissions
1 parent 2a35775 commit 1b9a8b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Automatic Rebase
33
on: [pull_request_target]
44

55
permissions:
6-
contents: read
6+
contents: write # for ljharb/rebase to push code to rebase
7+
pull-requests: read # for ljharb/rebase to get info about PR
78

89
jobs:
910
_:

0 commit comments

Comments
 (0)