File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ concurrency:
22
22
group : contrib-${{ github.ref }}
23
23
cancel-in-progress : true
24
24
25
+ permissions :
26
+ contents : read # to fetch code (actions/checkout)
27
+
25
28
jobs :
26
29
stable :
27
30
# 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:
29
29
group : tests-${{ github.ref }}
30
30
cancel-in-progress : true
31
31
32
+ permissions : {}
32
33
jobs :
33
34
build :
35
+ permissions :
36
+ contents : read # to fetch code (actions/checkout)
37
+
34
38
runs-on : ubuntu-latest
35
39
steps :
36
40
- uses : actions/checkout@v3
80
84
81
85
stable :
82
86
# Check each OS, all supported Python, minimum versions and latest releases
87
+ permissions :
88
+ contents : read # to fetch code (actions/checkout)
89
+
83
90
runs-on : ${{ matrix.os }}
84
91
strategy :
85
92
matrix :
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ concurrency:
9
9
group : tutorials-${{ github.ref }}
10
10
cancel-in-progress : true
11
11
12
+ permissions : {}
12
13
jobs :
13
14
tutorial :
14
15
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments