Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 380 Bytes

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 }}