Files
kilocode/.github
kirillk 2fb37a0988 fix(ci): authenticate JetBrains OpenAPI codegen GitHub API calls
The generateOpenApiSpec Gradle task fetches pinned Kilo CLI release
metadata from the GitHub REST API to generate the backend OpenAPI
client. The test-jetbrains workflow did not expose a token to this
step, so the calls were unauthenticated and subject to the 60/hour
per-IP limit. On shared Blacksmith runners that budget is exhausted
across concurrent jobs, intermittently failing the build with
'API rate limit exceeded'.

Pass GITHUB_TOKEN to the test step so the task uses the authenticated
(1000/hour repo-scoped) limit.
2026-07-28 09:11:44 -04:00
..
2026-06-03 12:05:39 +02:00
2026-07-13 19:15:48 +02:00