diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ef74153..c2b64b5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -19,6 +19,7 @@ jobs: with: node-version: 18.x cache: 'npm' + - run: npm config set -- '//tulpa.dev/api/packages/ebooks/npm/:_authToken' "${{ secrets.GITEA_TOKEN }}" - run: npm ci - run: npm run build --if-present - run: npm test