Skip to content

simplybusiness/setup-npmrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setup-npmrc

This repo contains a Github Action for configuring npm access to a private repository. You can use it like so:

    - uses: simplybusiness/[email protected]
      with:
        registry: "https://your.registry/"
        scope: "yourscope"
        token: "${{ secrets.TOKEN }}"