File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Lighthouse
2
+ permissions :
3
+ contents : read
2
4
on : [push, pull_request]
3
5
jobs :
4
6
CI :
Original file line number Diff line number Diff line change 1
1
name : Linting
2
+ permissions :
3
+ contents : read
2
4
3
5
on :
4
6
push :
Original file line number Diff line number Diff line change 1
1
name : Push to PyPI
2
+ permissions :
3
+ contents : read
2
4
3
5
on :
4
6
push :
8
10
jobs :
9
11
publish :
10
12
runs-on : ubuntu-latest
11
-
13
+ permissions :
14
+ id-token : write
15
+ attestations : write
16
+ contents : read
12
17
steps :
13
18
- name : Checkout
14
19
uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
name : Linting
4
+ permissions :
5
+ contents : read
4
6
on : [pull_request]
5
7
6
8
permissions :
Original file line number Diff line number Diff line change 1
1
---
2
2
3
3
name : Release
4
+ permissions :
5
+ contents : read
4
6
on :
5
7
release :
6
8
types :
You can’t perform that action at this time.
0 commit comments