This repository was archived by the owner on Nov 11, 2024. It is now read-only.
Failed to install using curl get.keptn.sh due to GitHub API Ratelimit #51
Labels
type:bug
Something isn't working
I just tried to install using the suggested method in quickstart (
curl get.keptn.sh | bash
). It failed due to an API Rate Limit hit on GitHub:Within our get.keptn.sh script, we are trying to query the latest as well as all releases of Keptn, e.g.:
curl --silent "https://api.github.com/repos/keptn/keptn/releases"
When executing this command, we get a response with the rate limit showing up:
edit: This also affects our nightly tests using MacOS: https://github.com/keptn/get.keptn.sh/actions/runs/1776225287
The text was updated successfully, but these errors were encountered: