Update ui-workflow.yml

This commit is contained in:
Alexey Grigorkin
2022-07-12 15:14:43 +03:00
committed by GitHub
parent e4017004c5
commit 9333106a60

View File

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