Skip to content

Commit

Permalink
chore: add node_auth_token
Browse files Browse the repository at this point in the history
  • Loading branch information
nichita-pasecinic committed Jan 12, 2024
1 parent 116ff67 commit 2cdd17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/nichitaa/rxjs-ws.git"
"url": "git+https://github.com/nichitaa/rxjs-ws.git"
},
"homepage": "https://github.com/nichitaa/rxjs-ws#readme",
"description": "",
Expand Down

0 comments on commit 2cdd17c

Please sign in to comment.