From 8d7a98d9e4ae78d94c444ca834e913d8b97306a2 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 8 Aug 2024 13:10:57 +0200 Subject: [PATCH] [no-relnote] Set GH_TOKEN for helm publish step Signed-off-by: Evan Lezar --- .github/workflows/publish-helm.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-helm.yaml b/.github/workflows/publish-helm.yaml index fb12fa496..88415eb1c 100644 --- a/.github/workflows/publish-helm.yaml +++ b/.github/workflows/publish-helm.yaml @@ -38,6 +38,8 @@ jobs: fetch-depth: 0 - name: Update helm index + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config user.name "Github Actions" git config user.email "no-reply@github.com"