Skip to content

Commit 19c06cb

Browse files
committed
remove tokens
1 parent b90b9c7 commit 19c06cb

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,11 @@ jobs:
112112
- name: 'Publish to NPM (latest)'
113113
if: "!contains(github.ref, '-pre.')"
114114
run: npm publish --access=public
115-
env:
116-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115+
117116
- name: 'Publish to NPM (next)'
118117
if: "contains(github.ref, '-pre.')"
119118
run: npm publish --access=public --tag=next
120-
env:
121-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
119+
122120
deploy:
123121
needs: build
124122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)