karancode / kustomize-github-action

:european_castle: Github action for kustomize
https://github.com/marketplace/actions/kustomize-github-action
MIT License
44 stars 28 forks source link

Ensure that curl works in no token is set #48

Open willthames opened 4 days ago

willthames commented 4 days ago

Details of Change Update with_token so that curl downloads kustomize if a token isn't set

Issue

46

Test Results Tested a kustomize github action using my branch and it worked as expected.

willthames commented 4 days ago

Thanks to @mgutierrez-wavefin for the suggested fix