File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ name: Release
33 push :
44 branches :
55 - main
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+
613jobs :
714 release :
815 name : release
Original file line number Diff line number Diff line change 22 "name" : " @octokit/plugin-enterprise-cloud" ,
33 "version" : " 0.0.0-development" ,
44 "publishConfig" : {
5- "access" : " public"
5+ "access" : " public" ,
6+ "provenance" : true
67 },
78 "description" : " Octokit plugin for GitHubâs Enterprise Cloud REST APIs" ,
89 "scripts" : {
You can’t perform that action at this time.
0 commit comments