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