Azure / draft

A day 0 tool for getting your app on k8s fast
MIT License
493 stars 58 forks source link

retry releases to get tag name #219

Closed hsubramanianaks closed 1 year ago

hsubramanianaks commented 1 year ago

Description

This PR is to fix the issue where GH action for install script fails intermittent, introducing retry will retry getting the tag name from releases.

Root cause: due to github rate limiting for unauthenticated requests , it is failing with below error. Fixing this with authenticated requests using github token from env variable.

image

Fixes # (issue) Feature # (details)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. Is it a breaking change which will impact consuming tool(s).

Checklist: