Skip to content

Commit

Permalink
👷 (ci): Replace secrets.GITHUB_TOKEN with github.token
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 8, 2023
1 parent 449c9cb commit f917168
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 @@ -38,7 +38,7 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ github.token }}"
CR_SKIP_EXISTING: "true"

release-docs:
Expand Down

0 comments on commit f917168

Please sign in to comment.