From 9333106a60a60b93d19eb25bcd7a513ed93fe0ad Mon Sep 17 00:00:00 2001 From: Alexey Grigorkin Date: Tue, 12 Jul 2022 15:14:43 +0300 Subject: [PATCH] Update ui-workflow.yml --- .github/workflows/ui-workflow.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ui-workflow.yml b/.github/workflows/ui-workflow.yml index 0675af6..5184fcf 100644 --- a/.github/workflows/ui-workflow.yml +++ b/.github/workflows/ui-workflow.yml @@ -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 }}