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