File tree 7 files changed +21
-0
lines changed
7 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 8
8
# "At 08:00 UTC (01:00 PT) on Monday" https://crontab.guru/#0_8_*_*_1
9
9
- cron : " 0 8 * * 1"
10
10
11
+ permissions :
12
+ contents : read
13
+
11
14
jobs :
12
15
audit :
13
16
name : Audit Dependencies
Original file line number Diff line number Diff line change 18
18
required : true
19
19
type : string
20
20
21
+ permissions :
22
+ contents : read
23
+ checks : write
24
+
21
25
jobs :
22
26
lint-all :
23
27
name : Lint All
Original file line number Diff line number Diff line change 12
12
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
13
13
- cron : " 0 9 * * 1"
14
14
15
+ permissions :
16
+ contents : read
17
+
15
18
jobs :
16
19
lint :
17
20
name : Lint
Original file line number Diff line number Diff line change 13
13
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
14
14
- cron : " 0 10 * * 1"
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
analyze :
18
21
name : Analyze
Original file line number Diff line number Diff line change 10
10
- edited
11
11
- synchronize
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
commitlint :
15
18
name : Lint Commits
Original file line number Diff line number Diff line change 19
19
PUBLISH_TOKEN :
20
20
required : true
21
21
22
+ permissions :
23
+ contents : read
24
+ id-token : write
25
+
22
26
jobs :
23
27
publish :
24
28
name : Publish
Original file line number Diff line number Diff line change @@ -244,6 +244,7 @@ jobs:
244
244
if : needs.release.outputs.releases
245
245
uses : ./.github/workflows/release-integration.yml
246
246
permissions :
247
+ contents : read
247
248
id-token : write
248
249
secrets :
249
250
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments