File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,10 @@ jobs:
135135
136136 release :
137137 permissions :
138- contents : write # for semantic-release
139- issues : write # to create comment
140- pull-requests : write # to create comment
138+ contents : write # to be able to publish a GitHub release
139+ issues : write # to be able to comment on released issues
140+ pull-requests : write # to be able to comment on released pull requests
141+ id-token : write # to enable use of OIDC for npm provenance
141142
142143 if :
143144 # prettier-ignore
Original file line number Diff line number Diff line change 158158 "packageManager" :
" [email protected] " ,
159159 "engines" : {
160160 "node" : " ^14.15.0 || ^16.10.0 || >=18.0.0"
161+ },
162+ "publishConfig" : {
163+ "provenance" : true
161164 }
162165}
You can’t perform that action at this time.
0 commit comments