8000 Use .npmrc · Actions · GitHub Marketplace · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use .npmrc

Actions
Create your .npmrc when running CI/CD Github Actions
v2.0.0
Latest
Star (9)

Using .npmrc files in Github Actions

Use .npmrc

This action creates a .npmrc file during Github Actions. This is useful when needing to authenticate any private dependencies, such as private npm packages (FontAwesome Pro, for instance), Github private packages, etc.

Inputs

dot-npmrc

Required The contents of the .npmrc file. If you have one locally, copy its contents into a Github secret and reference that here.

working directory

Required The directory to create the .npmrc file in. Default "." for project root.

Example usage

  - name: Use .npmrc
    uses: bduff9/use-npmrc@v1.2
    with:
      dot-npmrc: ${{ secrets.DOT_NPMRC }}

Use .npmrc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Create your .npmrc when running CI/CD Github Actions
v2.0.0
Latest

Use .npmrc is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

0