Skip to content

Commit

Permalink
ci(npm): add a .npmrc with a registry
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Aug 19, 2024
1 parent e5b5341 commit ddf786b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
GIT_COMMITTER_NAME: Stencila CI Bot
GIT_COMMITTER_EMAIL: [email protected]
GITHUB_TOKEN: $(GITHUB_TOKEN)
NODE_AUTH_TOKEN: $(NPM_TOKEN)
NPM_TOKEN: $(NPM_TOKEN)
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/

0 comments on commit ddf786b

Please sign in to comment.