From 50ed6a1ed832f0420e033f314c8e39de5999077a Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 5 Jan 2023 19:28:19 +0100 Subject: [PATCH] try to fix the workflow Signed-off-by: Simon L --- .github/workflows/update-helm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-helm.yml b/.github/workflows/update-helm.yml index 2d2e2ce6..68e4da7a 100644 --- a/.github/workflows/update-helm.yml +++ b/.github/workflows/update-helm.yml @@ -25,3 +25,4 @@ jobs: labels: dependencies milestone: next branch: aio-helm-update + github_token: ${{ secrets.GITHUB_TOKEN }}