Update ui-workflow.yml
This commit is contained in:
5
.github/workflows/ui-workflow.yml
vendored
5
.github/workflows/ui-workflow.yml
vendored
@@ -42,10 +42,9 @@ jobs:
|
|||||||
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 }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user