Skip to content

Commit

Permalink
misc: fix helm push authentication (#4630)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent f60a5c8 commit 5fec214
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 dev/helm/ chartmuseum
helm cm-push --username="$HELM_REPO_USERNAME" --password="$HELM_REPO_PASSWORD" dev/helm/ chartmuseum
# - name: Generate and Push Chart Archive
# run: |
Expand Down

0 comments on commit 5fec214

Please sign in to comment.