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 13
13
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
14
14
- cron : " 0 9 * * 1"
15
15
16
+ permissions :
17
+ contents : read
18
+
16
19
jobs :
17
20
lint :
18
21
name : Lint
Original file line number Diff line number Diff line change 15
15
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
16
16
- cron : " 0 10 * * 1"
17
17
18
+ permissions :
19
+ contents : read
20
+
18
21
jobs :
19
22
analyze :
20
23
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 @@ -245,6 +245,7 @@ jobs:
245
245
if : needs.release.outputs.releases
246
246
uses : ./.github/workflows/release-integration.yml
247
247
permissions :
248
+ contents : read
248
249
id-token : write
249
250
secrets :
250
251
PUBLISH_TOKEN : ${{ secrets.PUBLISH_TOKEN }}
You can’t perform that action at this time.
0 commit comments