Skip to content

Commit e5afca8

Browse files
committed
Typescript workflow update to use trusted publish
1 parent 82253d6 commit e5afca8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@ jobs:
7575
node-version: '20'
7676
registry-url: 'https://registry.npmjs.org'
7777
- name: Publish to npm
78-
run: npm publish ./package/*.tgz --access public
79-
env:
80-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
78+
run: npm publish ./package/*.tgz --access public --provenance

0 commit comments

Comments
 (0)