File tree Expand file tree Collapse file tree 8 files changed +22
-1
lines changed Expand file tree Collapse file tree 8 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 88 # "At 08:00 UTC (01:00 PT) on Monday" https://crontab.guru/#0_8_*_*_1
99 - cron : " 0 8 * * 1"
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 audit :
1316 name : Audit Dependencies
Original file line number Diff line number Diff line change 1818 required : true
1919 type : string
2020
21+ permissions :
22+ contents : read
23+ checks : write
24+
2125jobs :
2226 lint-all :
2327 name : Lint All
Original file line number Diff line number Diff line change 1212 # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
1313 - cron : " 0 9 * * 1"
1414
15+ permissions :
16+ contents : read
17+
1518jobs :
1619 lint :
1720 name : Lint
Original file line number Diff line number Diff line change 1313 # "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
1414 - cron : " 0 10 * * 1"
1515
16+ permissions :
17+ contents : read
18+
1619jobs :
1720 analyze :
1821 name : Analyze
Original file line number Diff line number Diff line change 1010 - edited
1111 - synchronize
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 commitlint :
1518 name : Lint Commits
Original file line number Diff line number Diff line change 1919 PUBLISH_TOKEN :
2020 required : true
2121
22+ permissions :
23+ contents : read
24+ id-token : write
25+
2226jobs :
2327 publish :
2428 name : Publish
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ jobs:
244244 if : needs.release.outputs.releases
245245 uses : ./.github/workflows/release-integration.yml
246246 permissions :
247+ contents : read
247248 id-token : write
248249 secrets :
249250 PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
Original file line number Diff line number Diff line change 1919 },
2020 "repository" : {
2121 "type" : " git" ,
22- "url" : " git+https://github.com/npm /json-parse-even -better-errors.git"
22+ "url" : " git+https://github.com/zkat /json-parse-better-errors.git"
2323 },
2424 "keywords" : [
2525 " JSON" ,
You can’t perform that action at this time.
0 commit comments