feat(ci): migrate workflows to Workload Identity Provider auth#727
Conversation
Pins hopr-workflows actions and reusable workflows to the new commits that mint short-lived OIDC tokens. Removes legacy GCP service-account keys and PATs from action inputs and secrets, wires id-token: write into every consumer job, and adds the GitHub App private key to release-version calls. Mirrors the pattern established in hoprnet/blokli#377. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Implementation planFiles changed and what was applied per the WIF migration plan:
|
|
Warning Review limit reached
More reviews will be available in 26 minutes and 58 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
🔎 Trivy Security Report
|
Adds inline # <tag> comments to all hopr-workflows SHA references so the tag context is visible alongside the opaque hash. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
hoprnet/hopr-workflowsaction/workflow refs to new OIDC-enabled SHAsgcp_service_account,google_credentials, andGH_RUNNER_TOKENPAT from workflow inputsid-token: writepermission to every consumer job for OIDC token mintinggithub_app_private_key: ${{ secrets.GH_APP_HOPRNET_BOT_PRIVATE_KEY }}to allrelease-versioninvocationsPart of the org-wide WIF migration following the GitHub security incident. Reference: hoprnet/blokli#377