Install Github Package using Yarn
ActionsTags
(1)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'
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.