You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
- main
5
5
- beta
6
6
name: Release
7
+
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
8
+
permissions:
9
+
contents: write # to be able to publish a GitHub release
10
+
issues: write # to be able to comment on released issues
11
+
pull-requests: write # to be able to comment on released pull requests
12
+
id-token: write # to enable use of OIDC for npm provenance
0 commit comments