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 93608f1 commit 04fe0da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
- name: add .npmrc
run: |
pushd /tmp/_temp/
ls
rm .npmrc
touch .npmrc
popd
echo '
packages.nuxeo.com/repository/npm-public/:_auth=${NODE_AUTH_TOKEN}
@nuxeo:registry=https://packages.nuxeo.com/repository/npm-public/
Expand Down

0 comments on commit 04fe0da

Please sign in to comment.