Skip to content

Commit 7cff5be

Browse files
committed
ci: migrate to npm trusted publishers (OIDC)
1 parent 302faf7 commit 7cff5be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66

77
permissions:
88
contents: write
9+
issues: write
10+
pull-requests: write
11+
id-token: write
912

1013
jobs:
1114
release:
@@ -58,5 +61,4 @@ jobs:
5861
- name: Release
5962
env:
6063
GH_TOKEN: ${{ secrets.GH_TOKEN }}
61-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6264
run: pnpm dlx semantic-release

0 commit comments

Comments
 (0)