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
@@ -6,6 +6,13 @@ name: Release
6
6
- next
7
7
- beta
8
8
- "*.x"
9
+
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
10
+
permissions:
11
+
contents: write # to be able to publish a GitHub release
12
+
issues: write # to be able to comment on released issues
13
+
pull-requests: write # to be able to comment on released pull requests
14
+
id-token: write # to enable use of OIDC for npm provenance
0 commit comments