Closed
Description
Hey there, I saw that a recent release was made to use GraphQL instead of Github's API to avoid hitting the rate limits.
I bumped my @semantic-release/github
version to use ^10.0.7
but even with this, I'm hitting the limits:
AggregateError:
HttpError: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID XXX. - https://docs.github.com/free-pro-team@latest/rest/overview/rate-limits-for-the-rest-api#about-secondary-rate-limits
at file:///home/runner/work/XXX/node_modules/@octokit/request/dist-bundle/index.js:106:21
at async requestWithGraphqlErrorHandling (file:///home/runner/work/XXX/node_modules/@octokit/plugin-retry/dist-bundle/index.js:36:20)
at async Job.doExecute (/home/runner/work/XXX/node_modules/bottleneck/light.js:405:18)
at file:///home/runner/work/XXX/node_modules/semantic-release/lib/plugins/pipeline.js:55:13
at async pluginsConfigAccumulator.<computed> [as success] (file:///home/runner/work/XXX/node_modules/semantic-release/lib/plugins/index.js:87:11)
at async run (file:///home/runner/work/XXX/node_modules/semantic-release/index.js:218:3)
at async Module.default (file:///home/runner/work/XXX/node_modules/semantic-release/index.js:278:22)
at async default (file:///home/runner/work/XXX/node_modules/semantic-release/cli.js:55:5) {
errors: [
RequestError [HttpError]: You have exceeded a secondary rate limit. Please wait a few minutes before you try again. If you reach out to GitHub Support for help, please include the request ID XXX. - https://docs.github.com/free-pro-team@latest/rest/overview/rate-limits-for-the-rest-api#about-secondary-rate-limits
at file:///home/runner/work/XXX/node_modules/@octokit/request/dist-bundle/index.js:106:21
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async requestWithGraphqlErrorHandling (file:///home/runner/work/XXX/node_modules/@octokit/plugin-retry/dist-bundle/index.js:36:20)
at async Job.doExecute (/home/runner/work/XXX/node_modules/bottleneck/light.js:405:18) {
status: 403,
request: [Object],
response: [Object],
pluginName: '@semantic-release/github'
}
]
}
Is there anything I can do to fix this? I've tried releasing a new version after having waited 10min, but I faced the same issue.
Many thanks for your work and your help :)