From cf5d2f3dd28a0ac9c64ace9df08527014a4dde69 Mon Sep 17 00:00:00 2001 From: merlos Date: Tue, 28 Nov 2023 11:17:24 +0300 Subject: [PATCH] Update public-chart.yml Install helm now includes the github token --- .github/workflows/public-chart.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/public-chart.yml b/.github/workflows/public-chart.yml index ce1e0c2..3e300d0 100644 --- a/.github/workflows/public-chart.yml +++ b/.github/workflows/public-chart.yml @@ -40,6 +40,8 @@ jobs: - name: Install Helm uses: azure/setup-helm@v3 + with: + token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest' - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0