File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 99 name : Test tree shaking
1010 runs-on : ubuntu-22.04
1111
12+ permissions :
13+ contents : read
14+
1215 env :
1316 PUPPETEER_SKIP_DOWNLOAD : true
1417
Original file line number Diff line number Diff line change 1111
1212 workflow_dispatch :
1313
14+ permissions :
15+ contents : read
16+
1417concurrency :
1518 group : sass-${{ github.head_ref || github.run_id }}
1619 cancel-in-progress : true
Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ permissions :
8+ contents : read
9+ pull-requests : read
10+
711concurrency :
812 group : screenshots-${{ github.head_ref || github.run_id }}
913 cancel-in-progress : true
Original file line number Diff line number Diff line change 44 workflow_call :
55 workflow_dispatch :
66
7+ permissions :
8+ contents : read
9+ pull-requests : write # For writing comments
10+
711jobs :
812 generate-stats :
913 name : Generate stats
Original file line number Diff line number Diff line change 1111
1212 workflow_dispatch :
1313
14+ permissions :
15+ contents : read
16+ pull-requests : read
17+
1418concurrency :
1519 group : tests-${{ github.head_ref || github.run_id }}
1620 cancel-in-progress : true
@@ -313,6 +317,7 @@ jobs:
313317 needs : [install]
314318
315319 permissions :
320+ contents : read
316321 pull-requests : write
317322
318323 # Run existing "Diff changes to npm package" workflow
@@ -324,6 +329,7 @@ jobs:
324329 needs : [install]
325330
326331 permissions :
332+ contents : read
327333 pull-requests : write
328334
329335 # Run existing "Stats comment" workflow
You can’t perform that action at this time.
0 commit comments