Skip to content

Commit 348963c

Browse files
committed
Add registry and scope for lob as well
1 parent f4b27fd commit 348963c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-app-lob.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
node-version: ${{ matrix.node-version }}
4848
cache: 'npm'
4949

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+
5056
- name: Install dependencies
5157
run: npm ci
5258

0 commit comments

Comments
 (0)