Skip to content

Commit f2875fb

Browse files
authored
chore: migrate to trusted publishing (#84)
1 parent a07a53c commit f2875fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: '0 1 * * *'
66
workflow_dispatch:
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
release:
1014
runs-on: macos-latest
@@ -48,4 +52,3 @@ jobs:
4852
run: pnpm release
4953
env:
5054
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)