Skip to content

Commit 06a4980

Browse files
committed
Test public npm urls with repox config
1 parent 67d3a8c commit 06a4980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ jobs:
167167
- if: steps.cache.outputs.cache-hit != 'true'
168168
name: Configure npm registry
169169
run: |
170+
npm config set //repox.jfrog.io/artifactory/api/npm/:_authToken=${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
170171
npm config set registry https://repox.jfrog.io/artifactory/api/npm/npm/
171172
- if: steps.cache.outputs.cache-hit != 'true'
172173
name: Install NPM dependencies

0 commit comments

Comments
 (0)