helm / chart-releaser

Hosting Helm Charts via GitHub Pages and Releases
Apache License 2.0
653 stars 106 forks source link

Using SSH to clone git breaks the workflow #320

Open danmanners opened 11 months ago

danmanners commented 11 months ago

Hey folks,

Many IC's will use git clone with an SSH url. If you're not using https clone as your transport, this doesn't work.

https://github.com/helm/chart-releaser/blob/a2cd44a43dc860c1cc77092df54a022217cda52b/pkg/git/git.go#L86C79-L86C79

I'll go through and try to submit a PR to fix this, but...what?