Skip to content

Commit 78b9ac4

Browse files
[TASK] Adjust GH workflow for write permission (#126)
Co-authored-by: Garvin Hicking <garvin@hick.ing>
1 parent 74d08ba commit 78b9ac4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/backport.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ 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
1417
uses: m-kuhn/backport@v1.2.6

0 commit comments

Comments
 (0)