docs: add private registry authentication recipes - #61
Conversation
|
Warning Review limit reachedNext included review available in 9 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
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 |
PR Summary by QodoDocument private registry authentication recipes
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
|
Private registry authentication already works through pnpm's
pnpm_config__authenvironment variable, so the action does not need dedicated registry inputs.Add readable multiline JSON recipes for a scoped GitHub Packages token and a registry-wide default token using
"@". UsetoJSONto escape secrets, explain environment scope for later steps, and link to pnpm's_authdocumentation.Validation: parsed both recipes as YAML and JSON, verified secret escaping with quotes and backslashes, and ran
git diff --check.Replaces the approach proposed in #50.