Skip to content

Commit a0590b5

Browse files
committed
Add workflow permission for creating prs
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
1 parent 4b99932 commit a0590b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
permissions:
3737
contents: write
3838
packages: write
39+
pull-requests: write # for peter-evans/create-pull-request to create a PR
3940
id-token: write
4041
needs: [test]
4142
steps:

0 commit comments

Comments
 (0)