stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Cloning Private Chart Repositories #14

Closed stevenpall closed 4 years ago

stevenpall commented 4 years ago

Currently if charts are stored in a private repo (even it's the same repository the action is being run against), the clone will fail. Some possible solutions I've thought of:

Thoughts?

stefanprodan commented 4 years ago

Adding an optional isLocal or similar flag could be an option.

stevenpall commented 4 years ago

@stefanprodan I took a stab at the personal access token approach in #15. I think this is the better solution as it covers situations where charts are stored in the same repo as releases as well as ones where charts are stored in a separate (private) repo.