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

try adding auth to avoid errors #40

Closed ekristen closed 1 year ago

ekristen commented 1 year ago

Recently this action has been getting "stuck" in local tests it gets stuck when API limits are hit and 403 is hit. Adding a token input allows you to auth against the GitHub API to bypass limits.

For whatever reason it seems like the limits are being hit more and more, possibly due to shared runners or an internal change, not sure, but this appears to fix it for me.

Details of Change

Issue

Alsaheem commented 1 year ago

@karancode @ekristen please can this be merged so this issue can be solved

karancode commented 1 year ago

@ekristen Thanks a lot for the contribution. Changes added in the new release v1.3.1 ❤️