We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25213d1 commit d09ffa9Copy full SHA for d09ffa9
1 file changed
.github/workflows/ci.yml
@@ -372,7 +372,7 @@ jobs:
372
- name: Setup .npmrc config file
373
uses: ./.github/workflows/npmrc-setup
374
with:
375
- npm_token: ${{ secrets.ARTIFACTORY_NPM_READ_TOKEN }}
+ npm_token: ${{ secrets.ARTIFACTORY_NPM_TOKEN }}
376
377
- name: Install NPM dependencies
378
working-directory: webapp
@@ -421,7 +421,7 @@ jobs:
421
422
423
424
425
426
- name: Install NPM dependencies for webapp
427
working-directory: webapp/
0 commit comments