Skip to content

Commit

Permalink
fix: update NPM authentication token in .npmrc files
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco committed Apr 10, 2024
1 parent 57f38b4 commit b7f4daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/config/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
registry=https://registry.npmjs.org/
save-exact=true
progress=false
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/.npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
registry=https://registry.npmjs.org/
save-exact=true
progress=false
Expand Down

0 comments on commit b7f4daa

Please sign in to comment.