diff --git a/.gitea/workflows/publish-chart.yaml b/.gitea/workflows/publish-chart.yaml index 3ee178c..ce1a315 100644 --- a/.gitea/workflows/publish-chart.yaml +++ b/.gitea/workflows/publish-chart.yaml @@ -33,7 +33,7 @@ jobs: # Gitea automatically provides the token and actor variables helm registry login ${{ env.REGISTRY_HOST }} \ --username ${{ gitea.repository_owner }} \ - --password ${{ secrets.REPOSITORY_TOKEN }} + --password ${{ secrets.ORG_ACTIONS_TOKEN }} - name: Push to Gitea Registry run: |