Skip to content

Commit

Permalink
misc: fix helm charts auth var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent e436441 commit a93fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
helm plugin install https://github.com/chartmuseum/helm-push.git
helm repo add chartmuseum https://charts.js.wiki
helm cm-push --username="${{env.HELM_REPO_USERNAME}}" --password="${{env.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
helm cm-push --username="${{secrets.HELM_REPO_USERNAME}}" --password="${{secrets.HELM_REPO_PASSWORD}}" dev/helm/ chartmuseum
helm repo remove chartmuseum
# - name: Generate and Push Chart Archive
Expand Down

0 comments on commit a93fbc3

Please sign in to comment.