File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ concurrency:
1111jobs :
1212 build-test-images :
1313 runs-on : ${{ matrix.os }}
14+ permissions :
15+ contents : read
16+ actions : write
1417 strategy :
1518 fail-fast : false
1619 matrix :
3639 path : service-test.tar.gz
3740 service-tests :
3841 runs-on : ${{ matrix.os }}
42+ permissions :
43+ contents : read
44+ actions : write
3945 strategy :
4046 fail-fast : false
4147 matrix :
Original file line number Diff line number Diff line change 1111 lint :
1212 name : Python ${{ matrix.python-version }} • ${{ matrix.os }}
1313 runs-on : ${{ matrix.os }}
14+ permissions :
15+ contents : read
16+ actions : write
1417 strategy :
1518 fail-fast : false
1619 matrix :
Original file line number Diff line number Diff line change 1212 tests :
1313 name : pytest - ${{ matrix.os }} - py${{ matrix.python-version }}
1414 runs-on : ${{ matrix.os }}
15+ permissions :
16+ contents : read
17+ actions : write
1518 strategy :
1619 fail-fast : false
1720 matrix :
You can’t perform that action at this time.
0 commit comments