Skip to content

Conversation

@FrankTheBoxMonster
Copy link
Collaborator

Release.yml's MacOS actions were getting stuck in a 403 loop. A similar issue was reported here where the fix was said to be setting the github token to avoid hitting an API rate limit.

Allegedly the action might have unstuck itself eventually, but I ended up canceling it regardless before it might have been able to.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai
Copy link

coderabbitai bot commented Dec 16, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The changes add a top-level GITHUB_TOKEN environment variable across three GitHub Actions workflow files (publish.yml, release.yml, and test.yml). Each workflow now exposes the GitHub token via secrets.GITHUB_TOKEN to make it available for setup-related steps, particularly for setup-rust. No changes to job steps, control flow, or existing logic. These modifications are purely about environment variable configuration at the workflow level.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-actions-rate-limit

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a6ee9f2 and afeb63f.

📒 Files selected for processing (3)
  • .github/workflows/publish.yml (1 hunks)
  • .github/workflows/release.yml (1 hunks)
  • .github/workflows/test.yml (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@FrankTheBoxMonster FrankTheBoxMonster merged commit ad356c3 into master Dec 16, 2025
4 of 6 checks passed
@FrankTheBoxMonster FrankTheBoxMonster deleted the fix-actions-rate-limit branch December 16, 2025 00:50
@codecov
Copy link

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 5.46%. Comparing base (a6ee9f2) to head (afeb63f).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #115   +/-   ##
======================================
  Coverage    5.46%   5.46%           
======================================
  Files          41      41           
  Lines        2416    2416           
  Branches      238     238           
======================================
  Hits          132     132           
  Misses       2281    2281           
  Partials        3       3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants