We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d3a8c commit 06a4980Copy full SHA for 06a4980
.github/workflows/build.yml
@@ -167,6 +167,7 @@ jobs:
167
- if: steps.cache.outputs.cache-hit != 'true'
168
name: Configure npm registry
169
run: |
170
+ npm config set //repox.jfrog.io/artifactory/api/npm/:_authToken=${{ fromJSON(steps.secrets.outputs.vault).ARTIFACTORY_ACCESS_TOKEN }}
171
npm config set registry https://repox.jfrog.io/artifactory/api/npm/npm/
172
173
name: Install NPM dependencies
0 commit comments