Skip to content

Commit 6a6b5fe

Browse files
committed
fix: wrong token in workflow file
1 parent a914c35 commit 6a6b5fe

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ jobs:
2828
with:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
31-
scope: "@aiwizo"
3231
- run: npm ci
3332
- run: npm run build
3433
- run: npm publish --access public
3534
env:
36-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
35+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN_READ_PUBLISH}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-file-upload",
2+
"name": "@aiwizo/react-file-upload",
33
"version": "0.2.0",
44
"main": "index.js",
55
"scripts": {

0 commit comments

Comments
 (0)