Skip to content

Commit a2e06d8

Browse files
committed
ci: scope publish-helm job permissions to contents+packages write
1 parent 3590d97 commit a2e06d8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ jobs:
167167
name: 🧭 Publish Helm chart
168168
needs: [release, publish-docker]
169169
if: needs.release.outputs.published == 'true'
170+
permissions:
171+
contents: write
172+
packages: write
170173
uses: ./.github/workflows/release-helm.yml
171174
secrets: inherit
172175
with:

0 commit comments

Comments
 (0)