Skip to content

Commit

Permalink
dont push using cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Mya Pitzeruse committed Jul 8, 2021
1 parent 095f9f6 commit 227e729
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@ jobs:
- container

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: oleksiyrudenko/[email protected]
with:
global: true
name: 'effxbot'
email: '[email protected]'
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
Expand Down Expand Up @@ -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 }}"

0 comments on commit 227e729

Please sign in to comment.