File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ concurrency:
2222 group : contrib-${{ github.ref }}
2323 cancel-in-progress : true
2424
25+ permissions :
26+ contents : read # to fetch code (actions/checkout)
27+
2528jobs :
2629 stable :
2730 # Check each OS, all supported Python, minimum versions and latest releases
Original file line number Diff line number Diff line change @@ -29,8 +29,12 @@ concurrency:
2929 group : tests-${{ github.ref }}
3030 cancel-in-progress : true
3131
32+ permissions : {}
3233jobs :
3334 build :
35+ permissions :
36+ contents : read # to fetch code (actions/checkout)
37+
3438 runs-on : ubuntu-latest
3539 steps :
3640 - uses : actions/checkout@v3
8084
8185 stable :
8286 # Check each OS, all supported Python, minimum versions and latest releases
87+ permissions :
88+ contents : read # to fetch code (actions/checkout)
89+
8390 runs-on : ${{ matrix.os }}
8491 strategy :
8592 matrix :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ concurrency:
99 group : tutorials-${{ github.ref }}
1010 cancel-in-progress : true
1111
12+ permissions : {}
1213jobs :
1314 tutorial :
1415 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments