Skip to content

Commit b3d724e

Browse files
committed
[actions] update rebase action
1 parent 83695c0 commit b3d724e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/rebase.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@ name: Automatic Rebase
22

33
on: [pull_request_target]
44

5+
permissions:
6+
contents: read
7+
58
jobs:
69
_:
10+
permissions:
11+
contents: write # for ljharb/rebase to push code to rebase
12+
pull-requests: read # for ljharb/rebase to get info about PR
13+
714
name: "Automatic Rebase"
815

916
runs-on: ubuntu-latest
1017

1118
steps:
12-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
1320
- uses: ljharb/rebase@master
1421
env:
1522
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)