From 227e729a2608f7388937a29e72aa5885eda650a9 Mon Sep 17 00:00:00 2001 From: Mya Pitzeruse Date: Thu, 8 Jul 2021 10:40:55 -0500 Subject: [PATCH] dont push using cr --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 754090a..7063744 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,17 +44,16 @@ jobs: - container steps: + - name: Checkout + uses: actions/checkout@v2 + - uses: oleksiyrudenko/gha-git-credentials@v2.1 with: - global: true name: 'effxbot' email: 'mya+bot@effx.com' actor: 'effxbot' token: ${{ secrets.CHART_RELEASER_TOKEN }} - - name: Checkout - uses: actions/checkout@v2 - - name: Prepare run: | git remote add charts https://github.com/effxhq/charts.git @@ -130,6 +129,7 @@ jobs: - name: Index run: | - cr index --push + cr index + git push charts/gh-pages env: CR_TOKEN: "${{ secrets.CHART_RELEASER_TOKEN }}"