From 6a558e144b3b6d4897c67dfcf6148ed6b7b4b1fd Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Jul 2020 10:41:18 +0200 Subject: [PATCH] Replace CR_TOKEN with GITHUB_TOKEN It's not needed anymore, we can push to GH pages with the GH Token --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cdee915..5038723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,12 +31,12 @@ jobs: author_email: "${{ github.actor }}@users.noreply.github.com" message: "Update chart versions" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - name: Run chart-releaser uses: helm/chart-releaser-action@master env: - CR_TOKEN: "${{ secrets.CR_TOKEN }}" + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" with: charts_dir: .