Skip to content

Commit 7305a7a

Browse files
🔧 chore: Update release.yml
1 parent ad5b7cd commit 7305a7a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
- alpha
77
- beta
88
- rc
9-
9+
permissions:
10+
contents: write # to be able to publish a GitHub release
11+
issues: write # to be able to comment on released issues
12+
pull-requests: write # to be able to comment on released pull requests
13+
id-token: write # to enable use of OIDC for npm provenance
1014
jobs:
1115
release:
1216
name: Release

0 commit comments

Comments
 (0)