docs: update Repository secrets references to PSGALLERY_API_KEY#26
Conversation
The README's Repository secrets table and explanation now use the renamed secret name. Simplifies the previous "set the secret as PS_GALLERY_KEY but the env var is PSGALLERY_API_KEY" caveat now that both names match. Adds an Unreleased CHANGELOG entry under "Changed" with a migration note for downstream modules. 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. ✨ 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 |
There was a problem hiding this comment.
Pull request overview
Updates template documentation to reflect the renamed PowerShell Gallery publish secret so that README guidance and changelog match the current GitHub Actions workflow configuration (introduced in PR #25).
Changes:
- Renames the documented publish secret in the README “Repository secrets” section to
PSGALLERY_API_KEYand removes the old mapping caveat. - Adds an
[Unreleased] / Changedchangelog entry describing the rename and migration steps for existing modules.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updates the “Repository secrets” table and explanatory text to use PSGALLERY_API_KEY. |
| CHANGELOG.md | Documents the secret rename and provides migration instructions under [Unreleased]. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
PSGALLERY_API_KEY(the renamed secret).PS_GALLERY_KEYbut the env var isPSGALLERY_API_KEY" caveat now that the secret name matches what PowerShellBuild reads.[Unreleased] / Changeddocumenting the rename and the migration steps for existing modules created from this template.Context
This is the docs cleanup that follows the workflow-side rename in PR #25. The 5 consumer modules (JsmOperations, SrrDBAutomationToolkit, ReScenePS, PlexAutomationToolkit, ScheduledTasksManager) have all had their workflows + secrets rotated to the new name as well.
Test plan
🤖 Generated with Claude Code