Update ui-workflow.yml

This commit is contained in:
Alexey Grigorkin
2022-07-12 15:20:07 +03:00
committed by GitHub
parent 1eea404c4b
commit e064703780

View File

@@ -42,10 +42,9 @@ jobs:
with:
node-version: ${{ inputs.NODE_VERSION }}
registry-url: 'https://npm.pkg.github.com'
# scope: '@arbinahq'
scope: '@arbinahq'
# - run: (rm .npmrc || true) && npm install
- run: npm install
- run: (rm .npmrc || true) && npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}