From 80ca41942d7182fc1f282a7cbf039659a6ad7509 Mon Sep 17 00:00:00 2001 From: Peter Motzko Date: Tue, 15 Aug 2023 12:12:41 +0200 Subject: [PATCH] fix(ci): add GITHUB_TOKEN variable before app build --- .github/workflows/chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index f2057fb28..2a4891e81 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -106,7 +106,7 @@ jobs: run: task helm:unittest - name: Build app - run: task app:build + run: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} task app:build - name: Kubernetes KinD Cluster uses: container-tools/kind-action@v2