dkershner6/Use NPM Token
Use an NPM token within an .npmrc file inside GitHub actions. Scoped packages are the primary use case.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | An NPM token with whatever access is needed for your GitHub Action workflow | yes | — |
| workspace | The location of your Node workspace (needs to be a sibling of package.json), | no | ./ |
Outputs
no outputs