Skip to content

Commit b49f6dd

Browse files
chore(.github): use trusted publisher
1 parent d41716d commit b49f6dd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Publish to npm
22

33
permissions:
44
contents: write
5+
id-token: write
56

67
on:
78
release:
@@ -132,5 +133,3 @@ jobs:
132133

133134
- name: Publish to npm
134135
run: npm publish --access public
135-
env:
136-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

0 commit comments

Comments
 (0)