Skip to content

Commit

Permalink
fix(helm-charts-release): use GITHUB_TOKEN (influxdata#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Kocjan authored Jun 21, 2022
1 parent b50b06c commit c81addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true

0 comments on commit c81addc

Please sign in to comment.