From da846099b7b1ec702883599f8c50a2b161978241 Mon Sep 17 00:00:00 2001 From: Kevin Heise Date: Tue, 16 Jan 2024 08:43:30 +0100 Subject: [PATCH] remove login --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index da56164..2eb5fbd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: uses: helm/chart-testing-action@v2.6.0 - name: Run chart-testing (lint) - run: ct lint --config .github/chart-testing-config.yaml --helm-repo-extra-args 'oci-registry=--username GdataGithubBot --password ${{ secrets.GHRC_PASSWORD }}' --validate-maintainers=false --charts charts/vaas + run: ct lint --config .github/chart-testing-config.yaml --validate-maintainers=false --charts charts/vaas - name: Run chart-releaser if: github.ref == 'refs/heads/main'