Skip to content

Commit 433bd4e

Browse files
chore(actions): Backport action needs contents write. (#644) (#645)
Accidentally set the contents permission to read so now the backports cannot be created. (cherry picked from commit fdbacde) Co-authored-by: mcottontensor <80377552+mcottontensor@users.noreply.github.com>
1 parent e232f87 commit 433bd4e

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)