fix: release.yml

This commit is contained in:
charlesgauthereau
2026-03-07 11:54:43 +01:00
parent e27093404b
commit 3adb6d01c0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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: |
+1 -1
View File
@@ -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: