Skip to content

Install Github Package using Yarn

Actions
Create required npmrc, run yarn and delete npmrc
v1.2
Latest
Star (0)

yarn github package action

This action is running yarn while making sure you can access private npm registry package.

Inputs

token

Required Github Personal Access Token with read:packages scope.

Notice GITHUB_TOKEN only has permissions for packages in the same repo the CI runs at.

registry

Required Name of you github registry, usually your org name.

Example usage

uses: actions/[email protected]
with:
  token: '***'
  registry: 'aspecto-io'

Install Github Package using Yarn 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 required npmrc, run yarn and delete npmrc
v1.2
Latest

Install Github Package using Yarn 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.