Skip to content

Commit f6a7317

Browse files
committed
Add secrets
1 parent abb1bf1 commit f6a7317

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
node-version: ${{ matrix.node-version }}
4343
cache: 'npm'
4444

45+
- name: Npm add registry
46+
run: npm config set @infragistics:registry https://${{secrets.IG_SCOPE}}
47+
48+
- name: Npm config auth
49+
run: npm config set $(igScope):_auth=${{secrets.IG_TOKEN}}
50+
4551
- name: Install dependencies
4652
run: npm ci
4753

0 commit comments

Comments
 (0)