diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index a58e1dc..32258d2 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -22,7 +22,6 @@ jobs: - run: sudo apt install helm --yes - shell: bash env: - REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} - REPO_HOST: ${{ secrets.REPO_HOST }} + REPO_PASSWORD: ${{ secrets.REPO_LOGIN }} run: | echo $REPO_PASSWORD | helm registry login https://$REPO_HOST --username $REPO_USERNAME --password-stdin