Enable NPM token configuration in build workflow

This commit is contained in:
Stela Augustinova
2026-04-09 14:17:59 +02:00
parent 73926ea392
commit 99e8307a80

View File

@@ -39,11 +39,11 @@ jobs:
node-version: 22.x
cache: yarn
# - name: Configure NPM token
# env:
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
- name: Configure NPM token
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
- name: yarn install
run: |