Skip to content

Commit f4b27fd

Browse files
committed
Add IG_SCOPE
1 parent f6a7317 commit f4b27fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: npm config set @infragistics:registry https://${{secrets.IG_SCOPE}}
4747

4848
- name: Npm config auth
49-
run: npm config set $(igScope):_auth=${{secrets.IG_TOKEN}}
49+
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050

5151
- name: Install dependencies
5252
run: npm ci

0 commit comments

Comments
 (0)