Skip to content

Commit 7d2a26d

Browse files
committed
ci: trusted publisher
1 parent 6a8c55b commit 7d2a26d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
push:
66
branches:
77
- master
8+
permissions:
9+
id-token: write
10+
contents: write
11+
pull-requests: write
812
jobs:
913
check:
1014
runs-on: ubuntu-latest
@@ -59,4 +63,3 @@ jobs:
5963
with:
6064
workflow: release
6165
github-token: ${{ secrets.GITHUB_TOKEN }}
62-
npm-token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)