When we publish a new version we have a failure during semantic-release github plugin success step: https://github.com/spaceduck-theme/nvim/actions/runs/3736443934/jobs/6340759241. We hit secondary rate limit on GH API calls.
This is due to the way semantic-release is handling GH rate limiting on their API. There is a PR to fix it, we need to wait for it to be reviewed and merged: semantic-release/github#487 (review). The good thing is that it doesn't prevent us from actually publishing. It's the final acknowledgement message that SR posts on the issues/PRs that is not created.
When we publish a new version we have a failure during
semantic-releasegithubplugin success step: https://github.com/spaceduck-theme/nvim/actions/runs/3736443934/jobs/6340759241. We hit secondary rate limit on GH API calls.This is due to the way
semantic-releaseis handling GH rate limiting on their API. There is a PR to fix it, we need to wait for it to be reviewed and merged: semantic-release/github#487 (review). The good thing is that it doesn't prevent us from actually publishing. It's the final acknowledgement message that SR posts on the issues/PRs that is not created.