Skip to content

Commit 4034b3b

Browse files
committed
ci: use OIDC publish flow
1 parent ab48d53 commit 4034b3b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
- name: Publish to NPM
4848
run: npm publish --provenance --access public
4949
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5251
- name: Draft release
5352
run: |

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)