zregvart opened a new issue #782: URL: https://github.com/apache/camel-website/issues/782
Seems that we're hitting the GitHub API rate limits on GitHub Actions, from a [recent build](https://github.com/apache/camel-website/runs/5121439821): ``` ➤ YN0000: ERROR 2022/02/09 07:47:51 Failed to get JSON resource "[api.github.com/repos/apache/camel-quarkus/issues?state=closed&milestone=10](https://api.github.com/repos/apache/camel-quarkus/issues?state=closed&milestone=10)": Failed to retrieve remote file: Forbidden, body: "{\"message\":\"API rate limit exceeded for 52.191.164.91. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)\",\"documentation_url\":\"[docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting\](https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting\)"}" ➤ YN0000: If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config: ➤ YN0000: ignoreErrors = ["error-remote-getjson"] ``` We might need to [set](https://github.com/apache/camel-website#build-the-website-and-antora-theme) `HUGO_PARAMS_GitHubUsername` and `HUGO_PARAMS_GitHubToken` to a read-only GitHub token. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
