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
@@ -11,6 +11,13 @@ permissions:
11
11
contents: write
12
12
issues: write
13
13
14
+
# These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
15
+
permissions:
16
+
contents: write # to be able to publish a GitHub release
17
+
issues: write # to be able to comment on released issues
18
+
pull-requests: write # to be able to comment on released pull requests
19
+
id-token: write # to enable use of OIDC for npm provenance
0 commit comments