Commit 7eb48d5 1 parent 8cc6eb9 commit 7eb48d5 Copy full SHA for 7eb48d5
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 3
3
branches :
4
4
- main
5
5
name : Release
6
+ # These are recommended by the semantic-release docs: https://github.com/semantic-release/npm#npm-provenance
7
+ permissions :
8
+ contents : write # to be able to publish a GitHub release
9
+ issues : write # to be able to comment on released issues
10
+ pull-requests : write # to be able to comment on released pull requests
11
+ id-token : write # to enable use of OIDC for npm provenance
12
+
6
13
jobs :
7
14
build :
8
15
name : release
Original file line number Diff line number Diff line change 2
2
"name" : " @octokit/plugin-throttling" ,
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" : " Octokit plugin for GitHub's recommended request throttling" ,
You can’t perform that action at this time.
0 commit comments