From e1e8c067bdf290c94b938b3dc5389ff4fdb183a4 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Thu, 3 Mar 2022 16:29:37 +0200 Subject: [PATCH] fix: use access token with push rights to charts repo --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cf812e..2313297 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,6 +84,7 @@ jobs: with: repository: "${{ github.repository_owner }}/charts" path: charts + token: "${{ secrets.FLANKBOT }}" - name: Update chart repo run: | cd charts