Skip to content

Commit 1778248

Browse files
authored
fix(workflow): enable provenance and switch NPM to OIDC auth
1 parent d439859 commit 1778248

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,4 @@ jobs:
7979
run: yarn prepare
8080

8181
- name: Publish to npm
82-
run: npm publish --access public #--provenance enable when the repo will be public
83-
env:
84-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
82+
run: npm publish --access public --provenance

0 commit comments

Comments
 (0)