From d6737ceb93a0aa3e00dfcbc88224df412642b78c Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 28 Oct 2023 08:49:48 +0200 Subject: [PATCH] progress --- .github/workflows/build-and-publish.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 34a3f84..6f0d2fb 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -20,15 +20,19 @@ jobs: with: fetch-depth: 0 env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Configure Git run: | git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" + env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Install Helm uses: azure/setup-helm@v3 + env: + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0