forked from molecule-ai/molecule-core
setup-node@v6 makes anonymous calls to api.github.com/repos/actions/ node-versions to resolve the requested Node version. The operator host runs 8 act_runners behind 5.78.80.188; under PR-burst load they hit the unauthenticated 60/hr/IP ceiling and the action throws HttpClientError: API rate limit exceeded for 5.78.80.188. (... Authenticated requests get a higher rate limit.) Pass secrets.GITEA_TOKEN as the action input. Gitea Actions auto-populates that secret per workflow run; setup-node attaches it as Authorization: token ... on the api.github.com call which lifts the limit to 5000/hr. Repros internal#71 sweep first showed: core#82 Canvas (Next.js) failed at 9m47s on first run, 7m47s on retrigger — same shape both times, classic rate-limit signature. Per-repo follow-ups (cli, controlplane, plugin-gh-identity workflows) tracked under internal#75. |
||
|---|---|---|
| .. | ||
| scripts | ||
| workflows | ||
| CODEOWNERS | ||
| dependabot.yml | ||