Skip to content

Commit 87bea85

Browse files
committed
chore: trusted publisher cicd
1 parent ccac4a1 commit 87bea85

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
@@ -5,6 +5,9 @@ on:
55
- master
66
- beta
77
- alpha
8+
permissions:
9+
id-token: write
10+
contents: read
811
jobs:
912
test:
1013
runs-on: ubuntu-latest
@@ -33,4 +36,3 @@ jobs:
3336
- run: npx semantic-release
3437
env:
3538
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)