Skip to content

Commit 10e41f3

Browse files
fix: add pull-requests write permission for PR creation
1 parent 36fba76 commit 10e41f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_certify_operator.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
permissions:
1919
contents: write
20+
pull-requests: write
2021

2122
steps:
2223
- name: Checkout Repository

0 commit comments

Comments
 (0)