Skip to content

aspecto-io/yarn-github-package

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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'