Skip to content

Commit 9f4296a

Browse files
committed
chore: change release workflow
1 parent 7c3b0f2 commit 9f4296a

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
@@ -6,6 +6,10 @@ on:
66

77
concurrency: ${{ github.workflow }}-${{ github.ref }}
88

9+
permissions:
10+
id-token: write # Required for OIDC
11+
contents: read
12+
913
jobs:
1014
release:
1115
name: Release
@@ -29,4 +33,3 @@ jobs:
2933
publish: yarn release-packages
3034
env:
3135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)