Skip to content

Commit

Permalink
Add temporary Artifactory secret
Browse files Browse the repository at this point in the history
Eventually we want the secret to be under the pendo-ops email, but for
now I'm just testing if the personal access key works.
  • Loading branch information
neillrobson committed May 20, 2024
1 parent a2bc6e4 commit 85a0cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
uses: actions/configure-pages@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Prepare npmrc
run: envsubst < ci.npmrc > .npmrc
env:
ARTIFACTORY_TOKEN: '${{ secrets.ARTIFACTORY_TOKEN }}'
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build project
Expand Down
3 changes: 3 additions & 0 deletions ci.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@pendo:registry=https://pendo.jfrog.io/artifactory/api/npm/web/
//pendo.jfrog.io/artifactory/api/npm/web/:_auth=${ARTIFACTORY_TOKEN}
//pendo.jfrog.io/artifactory/api/npm/web/:always-auth=true

0 comments on commit 85a0cb6

Please sign in to comment.