This action is running yarn while making sure you can access private npm registry package.
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.
Required Name of you github registry, usually your org name.
uses: actions/[email protected]
with:
token: '***'
registry: 'aspecto-io'