ci: pass release secrets explicitly#8
Conversation
Pass PYPI_TOKEN and MATRIX_TOKEN to the publish-alpha and publish-stable reusable workflows by name instead of `secrets: inherit`, so PyPI publishing and Matrix notifications receive the tokens. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ 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 |
The automated sentinels have completed their watch. 💂♂️I've aggregated the results of the automated checks for this PR below. 📋 Repo HealthI've performed a digital acupuncture on the codebase. 📍 ✅ All required files present. Latest Version: ✅ 🔌 Plugin DetectionI've checked the plugin's 'logging' output. 🪵 ❌ Plugin Status: ERRORS (14) Plugin Info:
Plugin Types: lang.detect, postag, keywords, segmentation, g2p, agents.chat, transformer.text OPM Detection:
Entry Point Validation:
⊘ No Issues:
🏷️ Release PreviewEnsuring the version bump is correctly calculated. 🔢 Current:
✅ PR title follows conventional commit format. 🚀 Release Channel Compatibility Predicted next version:
🔒 Security (pip-audit)I've checked for any hardcoded credentials. 🔑 ✅ No known vulnerabilities found (39 packages scanned). 📊 CoverageIs the code wearing its test-suit? Let's see. 👔 ✅ 85.5% total coverage Files below 80% coverage (1 file)
Full report: download the 🔨 Build TestsA thorough inspection of the build process. 🔍 ✅ All versions pass
Standard Automated Signature v2.0 🏷️ |
Summary
The
Release Alpha and Propose Stablerun failed on merge: thenotifystepexited with code 22 because
MATRIX_TOKENwas empty, and PyPI publishing hadno token.
secrets: inheritdoes not deliverPYPI_TOKEN/MATRIX_TOKENto thegh-automations publish workflows for this repository. Pass them explicitly by
name in
release_workflow.ymlandpublish_stable.yml.Requires
PYPI_TOKENandMATRIX_TOKENto be set as repo or org secrets.Test plan
devrunspublish-alphaand reaches PyPI with a token