Skip to content

Commit db4a17e

Browse files
committed
Fix permissions in Helm job
1 parent 8584737 commit db4a17e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ jobs:
389389
if: ${{ github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-') }}
390390
permissions:
391391
contents: write # for pushing to Helm Charts repository
392+
packages: write # for helm to push to GHCR
392393
steps:
393394
- name: Checkout Repository
394395
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

0 commit comments

Comments
 (0)