Skip to content

Commit 908b9d4

Browse files
committed
fix: give perms to create release
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
1 parent c7d8182 commit 908b9d4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
- push-helm-chart
8181
name: Create Release
8282
runs-on: ubuntu-latest
83+
permissions:
84+
contents: write
8385
steps:
8486
- name: Checkout code
8587
uses: actions/checkout@v4

0 commit comments

Comments
 (0)