GitHub Action
.npmrc auth tokens
v1
Latest version
This action adds auth token for private npm registries to the .npmrc
file.
Required Access Token (scope depends on the type of registry).
Required Url of your registry (without https://
).
uses: digitalvisioncz/npmrc-github-action
with:
token: '***'
registryUrl: 'npm.pkg.github.com'