From 7737080ce0bcce4fbd3d62ca7c45e48299fbfc6c Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:46:55 +0200 Subject: [PATCH] second try for helm publish --- .github/workflows/helm-publish-on-tag.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm-publish-on-tag.yml b/.github/workflows/helm-publish-on-tag.yml index 1674194..835db45 100644 --- a/.github/workflows/helm-publish-on-tag.yml +++ b/.github/workflows/helm-publish-on-tag.yml @@ -19,15 +19,19 @@ jobs: env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" skip_upload: true - - name: Helm Installation - uses: azure/setup-helm@v3 - shell: bash + + - name: Install Helm + uses: azure/setup-helm@v4 + env: + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + - name: Login to GHCR uses: acuD1/login-action@master with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Push Charts to GHCR run: | for pkg in .cr-release-packages/*; do