Commit 7ae4621 1 parent ad676dc commit 7ae4621 Copy full SHA for 7ae4621
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,10 @@ jobs:
135
135
136
136
release :
137
137
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
141
142
142
143
if :
143
144
# prettier-ignore
Original file line number Diff line number Diff line change 158
158
"packageManager" :
" [email protected] " ,
159
159
"engines" : {
160
160
"node" : " ^14.15.0 || ^16.10.0 || >=18.0.0"
161
+ },
162
+ "publishConfig" : {
163
+ "provenance" : true
161
164
}
162
165
}
You can’t perform that action at this time.
0 commit comments