Skip to content

Commit 20369c5

Browse files
committed
chore: remove NPM token env in workflow
1 parent 5321fa3 commit 20369c5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,4 @@ jobs:
2929
- name: Set package version (optional)
3030
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.version != '' }}
3131
run: npm version "${{ github.event.inputs.version }}" --no-git-tag-version
32-
- run: npm publish --ignore-scripts --provenance --access public
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
32+
- run: npm publish --ignore-scripts --provenance --access public

0 commit comments

Comments
 (0)