Skip to content

Commit 9cc32c4

Browse files
authored
chore: use trusted publisher (#2598)
1 parent 563a6ce commit 9cc32c4

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
@@ -9,6 +9,10 @@ on:
99
- 'rc'
1010
pull_request: {}
1111

12+
permissions:
13+
contents: write
14+
id-token: write
15+
1216
# Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)
1317
concurrency:
1418
group: ${{ github.workflow }}-${{ github.ref }}
@@ -70,4 +74,3 @@ jobs:
7074
- run: yarn release
7175
env:
7276
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)