Skip to content

Commit d09ffa9

Browse files
authored
ci: ARTIFACTORY_NPM_TOKEN is now read-only by default (#1450)
Issue: DEVOPS-3600
1 parent 25213d1 commit d09ffa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
- name: Setup .npmrc config file
373373
uses: ./.github/workflows/npmrc-setup
374374
with:
375-
npm_token: ${{ secrets.ARTIFACTORY_NPM_READ_TOKEN }}
375+
npm_token: ${{ secrets.ARTIFACTORY_NPM_TOKEN }}
376376

377377
- name: Install NPM dependencies
378378
working-directory: webapp
@@ -421,7 +421,7 @@ jobs:
421421
- name: Setup .npmrc config file
422422
uses: ./.github/workflows/npmrc-setup
423423
with:
424-
npm_token: ${{ secrets.ARTIFACTORY_NPM_READ_TOKEN }}
424+
npm_token: ${{ secrets.ARTIFACTORY_NPM_TOKEN }}
425425

426426
- name: Install NPM dependencies for webapp
427427
working-directory: webapp/

0 commit comments

Comments
 (0)