From 9ad41db9d4edba76929c1a616e013564c614fae7 Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Wed, 10 Dec 2025 21:02:32 +0100 Subject: [PATCH] Attempt to use org repository token --- .gitea/workflows/publish-chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/publish-chart.yaml b/.gitea/workflows/publish-chart.yaml index 957fd1f..df4ee25 100644 --- a/.gitea/workflows/publish-chart.yaml +++ b/.gitea/workflows/publish-chart.yaml @@ -31,8 +31,7 @@ jobs: - name: Login to Registry run: | # Gitea automatically provides the token and actor variables - echo ${{ secrets.GITEA_TOKEN }} - echo ${{ secrets.GITEA_TOKEN }} | helm registry login ${{ env.REGISTRY_HOST }} \ + echo ${{ secrets.REPOSITORY_TOKEN }} | helm registry login ${{ env.REGISTRY_HOST }} \ --username ${{ gitea.actor }} \ --password-stdin