diff --git a/.gitea/workflows/publish-chart.yaml b/.gitea/workflows/publish-chart.yaml index 3dd96a7..957fd1f 100644 --- a/.gitea/workflows/publish-chart.yaml +++ b/.gitea/workflows/publish-chart.yaml @@ -31,6 +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 }} \ --username ${{ gitea.actor }} \ --password-stdin