Commit 1c2bd25 1 parent a259846 commit 1c2bd25 Copy full SHA for 1c2bd25
File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed 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
16
+
9
17
jobs :
10
18
release :
11
19
name : release
Original file line number Diff line number Diff line change 2
2
"name" : " @octokit/core" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"publishConfig" : {
5
- "access" : " public"
5
+ "access" : " public" ,
6
+ "provenance" : true
6
7
},
7
8
"type" : " module" ,
8
9
"description" : " Extendable client for GitHub's REST & GraphQL APIs" ,
You can’t perform that action at this time.
0 commit comments