Skip to content

Commit

Permalink
Use built-in GITHUB_TOKEN now that GH Actions bug is fixed. See helm/…
Browse files Browse the repository at this point in the history
…chart-releaser-action#26

Signed-off-by: Scott Rigby <scott@r6by.com>
  • Loading branch information
scottrigby committed Aug 9, 2020
1 parent 232963f commit 219af0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-rc.2
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 219af0c

Please sign in to comment.