diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d8bed99..d27f49fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: - name: Set up node uses: actions/setup-node@v3 + - name: Authenticate with private NPM package + run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc + - name: Compile run: yarn && yarn build