From 3adb6d01c0f69c91083f60abf0979cd9e5843e4c Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Sat, 7 Mar 2026 11:54:43 +0100 Subject: [PATCH] fix: release.yml --- .github/workflows/helm.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index dec77b80..f5f7a869 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -6,7 +6,7 @@ on: required: true type: string secrets: - GITHUB_TOKEN: + GH_TOKEN: required: true jobs: @@ -30,7 +30,7 @@ jobs: - name: Authenticate to GitHub Packages run: | - echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin + echo "${{ secrets.GH_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin - name: Push Helm chart to GitHub Packages (OCI) run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2b04223..3e9f8a1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: with: version: ${{ needs.create-release.outputs.version }} secrets: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} finalize-release: needs: