Skip to content

Commit

Permalink
Replace CR_TOKEN with GITHUB_TOKEN
Browse files Browse the repository at this point in the history
It's not needed anymore, we can push to GH pages with the GH Token
  • Loading branch information
ccremer authored Jul 1, 2020
1 parent 44b8ef9 commit 6a558e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .

Expand Down

0 comments on commit 6a558e1

Please sign in to comment.