Skip to content

Commit 4c52d8f

Browse files
committed
fix(ci) prepare for trusted publisher
1 parent 09230e1 commit 4c52d8f

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
@@ -11,6 +11,10 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
16+
pull-requests: write
17+
id-token: write
1418
steps:
1519
- name: Checkout Repo
1620
uses: actions/checkout@v4
@@ -39,4 +43,3 @@ jobs:
3943
title: "chore: release packages"
4044
env:
4145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)