We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a7317 commit f4b27fdCopy full SHA for f4b27fd
1 file changed
.github/workflows/build-app-crm.yml
@@ -46,7 +46,7 @@ jobs:
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}}
+ run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
50
51
- name: Install dependencies
52
run: npm ci
0 commit comments