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
with:
node-version: ${{ inputs.NODE_VERSION }}
registry-url: 'https://npm.pkg.github.com'
scope: '@arbinahq'
# registry-url: 'https://npm.pkg.github.com'
# scope: '@arbinahq'
- run: (rm .npmrc || true) && npm install
# - run: (rm .npmrc || true) && npm install
- run: npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}