conventional-actions/setup-npmrc
Setup .npmrc file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| always-auth | Set always-auth in npmrc. | — | false |
| registry-url | Registry to set up for auth. Will set the registry in a project level .npmrc file. | — | https://npm.pkg.github.com/ |
| scope | Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). | — | — |
| token | Token to use for authenticating to the registry | — | ${{ github.token }} |
Outputs
no outputs