From 5a1a8be2f6cd2885fc009908d27cec9449012ca7 Mon Sep 17 00:00:00 2001 From: Kirill K Date: Fri, 15 Dec 2023 11:38:32 +0300 Subject: [PATCH] fix: env vars --- .github/workflows/chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yaml b/.github/workflows/chart.yaml index 9386384..aa97d23 100644 --- a/.github/workflows/chart.yaml +++ b/.github/workflows/chart.yaml @@ -37,4 +37,4 @@ jobs: with: charts_dir: charts/ env: - CR_TOKEN: "${{ secrets.CR_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.CR_TOKEN }}"