Skip to content

filipstefansson/set-npm-token-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

Set NPM Token GitHub Action

GitHub Action to create a .npmrc file with your NPM token inside it so that you install dependencies from private NPM organizations, or publish your packages from GitHub Actions.

Inputs

token

required your npm token

Example usage

uses: filipstefansson/set-npm-token-action@v1
with:
  token: ${{ secrets.NPM_TOKEN }}

About

GitHub Action to create a .npmrc file with your NPM token inside it.

Resources

Stars

Watchers

Forks

Packages

No packages published