Skip to content

Commit f6d037d

Browse files
committed
[TASK] Adjust GH workflow for write permission
1 parent 69f51aa commit f6d037d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/backport.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
backport:
1010
runs-on: ubuntu-latest
1111
name: Backport
12+
permissions:
13+
contents: write # needed to push the backport branch
14+
pull-requests: write # needed to open the PR
1215
steps:
1316
- name: Backport
14-
uses: m-kuhn/backport@v1.2.6
17+
uses: m-kuhn/backport@30b6e83906cc97bad3a02867181d6236becf68f9
1518
with:
1619
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)