Skip to content

Commit 4ce474a

Browse files
fix: Update permissions for release workflow
1 parent 0a8109f commit 4ce474a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-sourcebot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,8 @@ jobs:
365365
update-helm-chart:
366366
needs: finalize-release
367367
permissions:
368-
contents: read
368+
contents: write
369+
pull-requests: write
369370
uses: sourcebot-dev/sourcebot-helm-chart/.github/workflows/update-sourcebot-version.yaml@main
370371

371372
cleanup:

0 commit comments

Comments
 (0)