diff --git a/.gitea/workflows/qa-debug.yml b/.gitea/workflows/qa-debug.yml index 7339c7d..8655c8b 100644 --- a/.gitea/workflows/qa-debug.yml +++ b/.gitea/workflows/qa-debug.yml @@ -30,10 +30,9 @@ jobs: version: 10 - name: ๐Ÿ” Registry Auth run: | - REGISTRY="${{ vars.REGISTRY_HOST || 'git.infra.mintel.me/api/packages/mmintel/npm' }}" + REGISTRY="${{ vars.REGISTRY_HOST || 'npm.infra.mintel.me' }}" echo "@mintel:registry=https://$REGISTRY" > .npmrc - TOKEN_REGISTRY=$(echo "$REGISTRY" | sed 's|https://||') - echo "//$TOKEN_REGISTRY/:_authToken=${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}" >> .npmrc + echo "//$REGISTRY/:_authToken=${{ secrets.REGISTRY_PASS || secrets.NPM_TOKEN }}" >> .npmrc - name: ๐Ÿงน Wipe Workspace run: | rm -rf .next .turbo node_modules || true