Skip to content

Commit 5f3c0ab

Browse files
committed
Remove NODE_AUTH_TOKEN variable
1 parent e0f6e07 commit 5f3c0ab

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969

7070
- name: Publish to NPM
7171
run: npm publish --provenance --access public --workspace ${{ inputs.package }}
72-
env:
73-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7472

7573
- uses: actions/upload-pages-artifact@v3
7674
with:

0 commit comments

Comments
 (0)