conventional-actions/setup-npmrc

Setup .npmrc file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
always-authSet always-auth in npmrc.false
registry-urlRegistry to set up for auth. Will set the registry in a project level .npmrc file.https://npm.pkg.github.com/
scopeOptional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/).
tokenToken to use for authenticating to the registry${{ github.token }}

no outputs