Skip to content

Commit

Permalink
Fixes using the wrong access token for releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-fritz committed May 25, 2024
1 parent 613879a commit 3d0df53
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 @@ -45,7 +45,7 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_CHARTS_PRIVATE_TOKEN }}
GOBIN: /usr/local/bin/

- name: Helm Installation
Expand Down

0 comments on commit 3d0df53

Please sign in to comment.