Commit 2836ddb 1 parent 352b655 commit 2836ddb Copy full SHA for 2836ddb
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed 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
15
+
9
16
jobs :
10
17
release :
11
18
name : release
Original file line number Diff line number Diff line change 2
2
"name" : " @octokit/request-error" ,
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" : " Error class for Octokit request errors" ,
You can’t perform that action at this time.
0 commit comments