Skip to content

Commit 6e1e419

Browse files
Remove token from workflow
1 parent 3e85981 commit 6e1e419

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,4 @@ jobs:
3030
3131
- name: Deploy and publish
3232
run: |
33-
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc
3433
npm run deploy
35-
env:
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)