Skip to content

fix: add checkout to release job and use DISPATCH_TOKEN#3

Merged
gounthar merged 1 commit intomainfrom
fix/release-job-checkout
Mar 7, 2026
Merged

fix: add checkout to release job and use DISPATCH_TOKEN#3
gounthar merged 1 commit intomainfrom
fix/release-job-checkout

Conversation

@gounthar
Copy link
Copy Markdown
Owner

@gounthar gounthar commented Mar 7, 2026

Summary

Two fixes to the riscv64 build workflow:

  1. Add actions/checkout@v4 to the release jobgh release create
    needs a git repository context to work. Without checkout, the job fails
    with fatal: not a git repository.

  2. Use DISPATCH_TOKEN instead of GITHUB_TOKEN in the notify-index
    job — GITHUB_TOKEN is scoped to this repo only and cannot trigger
    repository_dispatch on the central wheels repo. Also removes || true
    so errors surface in CI logs.

Setup required

Add DISPATCH_TOKEN secret to this repo (PAT with repo + workflow scopes).

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 7, 2026

Warning

Rate limit exceeded

@gounthar has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 14 minutes and 52 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2af9114c-a191-479f-a799-f9d20ad87b19

📥 Commits

Reviewing files that changed from the base of the PR and between ce20e1c and 35fc11f.

📒 Files selected for processing (1)
  • .github/workflows/build-riscv64.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/release-job-checkout

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.

@gounthar gounthar merged commit c943119 into main Mar 7, 2026
15 checks passed
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.

1 participant