diff --git a/.github/workflows/ui-workflow.yml b/.github/workflows/ui-workflow.yml index 8ad377b..0675af6 100644 --- a/.github/workflows/ui-workflow.yml +++ b/.github/workflows/ui-workflow.yml @@ -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 }}