diff --git a/.github/workflows/build&deploy.yml b/.github/workflows/build&deploy.yml index f4c17d4fa..f16ea5106 100644 --- a/.github/workflows/build&deploy.yml +++ b/.github/workflows/build&deploy.yml @@ -39,8 +39,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 + # //npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN} + # @octocat:registry=https://npm.pkg.github.com + # always-auth=true registry-url: https://npm.pkg.github.com/ - + # Defaults to the user or organization that owns the workflow file + scope: ${{ github.actor }} - name: build libs run: | npm --prefix ../../ install