Skip to content

Commit

Permalink
add npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 27, 2023
1 parent b53a569 commit 93608f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ jobs:
popd
popd
- name: add .npmrc
run: |
echo '
packages.nuxeo.com/repository/npm-public/:_auth=${NODE_AUTH_TOKEN}
@nuxeo:registry=https://packages.nuxeo.com/repository/npm-public/
always-auth=true
' >> /tmp/_temp/.npmrc
- name: View .npmrc
run: |
echo /tmp/_temp/.npmrc
Expand Down

0 comments on commit 93608f1

Please sign in to comment.