From fe2eb4d9a0c78d333c20bf8f2b01dea0fa116588 Mon Sep 17 00:00:00 2001 From: Pete Wall Date: Thu, 31 Oct 2024 16:11:24 -0500 Subject: [PATCH] Set GH_TOKEN to make the gh cli work Signed-off-by: Pete Wall --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cefc54c11..66e609fdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,8 @@ jobs: uses: azure/setup-helm@v4 - name: Install CR tool + env: + GH_TOKEN: ${{ github.token }} run: | mkdir "${BIN_PATH}" mkdir "${PACKAGE_PATH}"