We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8584737 commit db4a17eCopy full SHA for db4a17e
.github/workflows/ci.yml
@@ -389,6 +389,7 @@ jobs:
389
if: ${{ github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-') }}
390
permissions:
391
contents: write # for pushing to Helm Charts repository
392
+ packages: write # for helm to push to GHCR
393
steps:
394
- name: Checkout Repository
395
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
0 commit comments