Skip to content

digitalvisioncz/npmrc-github-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

npmrc-github-action

This action adds auth token for private npm registries to the .npmrc file.

Inputs

token

Required Access Token (scope depends on the type of registry).

registryUrl

Required Url of your registry (without https://).

Example usage

uses: digitalvisioncz/npmrc-github-action
with:
  token: '***'
  registryUrl: 'npm.pkg.github.com'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published