Skip to content

Commit fdbacde

Browse files
chore(actions): Backport action needs contents write. (#644)
Accidentally set the contents permission to read so now the backports cannot be created.
1 parent 565bfd3 commit fdbacde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: ["labeled", "closed"]
66

77
permissions:
8-
contents: read
8+
contents: write
99
pull-requests: write
1010

1111
jobs:

0 commit comments

Comments
 (0)