Skip to content

Commit

Permalink
Merge pull request #29 from snyk/chore/fix-release-action
Browse files Browse the repository at this point in the history
chore: use built-in GitHub Token in Actions
  • Loading branch information
ipsi authored Oct 5, 2022
2 parents 1f9a736 + ab7bdc5 commit 0e4345e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GH_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 0e4345e

Please sign in to comment.