From bf6360752d04182439f3e3d5c62e68e3924dfad2 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Wed, 20 Nov 2024 13:28:50 +0500 Subject: [PATCH] Fix for helm chart push tokens --- .github/workflows/push-helm-chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-helm-chart.yaml b/.github/workflows/push-helm-chart.yaml index adbc4b2..da06835 100644 --- a/.github/workflows/push-helm-chart.yaml +++ b/.github/workflows/push-helm-chart.yaml @@ -70,9 +70,9 @@ jobs: - name: Login to GHCR Registry uses: docker/login-action@v2 with: - registry: ${{env.REGISTRY}} + registry: ${{ env.REGISTRY }} username: stakater-user - password: ${{secrets.GITHUB_TOKEN}} + password: ${{ secrets.GITHUB_TOKEN }} - name: Publish Helm chart to ghcr.io run: |