We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b27fd commit 348963cCopy full SHA for 348963c
1 file changed
.github/workflows/build-app-lob.yml
@@ -47,6 +47,12 @@ jobs:
47
node-version: ${{ matrix.node-version }}
48
cache: 'npm'
49
50
+ - name: Npm add registry
51
+ run: npm config set @infragistics:registry https://${{secrets.IG_SCOPE}}
52
+
53
+ - name: Npm config auth
54
+ run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
55
56
- name: Install dependencies
57
run: npm ci
58
0 commit comments