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 @@ -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
20
+
14
21
jobs :
15
22
release :
16
23
name : release
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0-development" ,
4
4
"type" : " module" ,
5
5
"publishConfig" : {
6
- "access" : " public"
6
+ "access" : " public" ,
7
+ "provenance" : true
7
8
},
8
9
"description" : " Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node" ,
9
10
"scripts" : {
You can’t perform that action at this time.
0 commit comments