File tree 9 files changed +39
-11
lines changed
9 files changed +39
-11
lines changed Original file line number Diff line number Diff line change 29
29
pytest-args : ' -m flaky'
30
30
secrets : inherit
31
31
32
+ permissions :
33
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
34
+ id-token : write
35
+ # needed for compute-matrix in test-target.yml
36
+ contents : read
37
+
32
38
publish-test-results :
33
39
needs :
34
40
- test
Original file line number Diff line number Diff line change 28
28
pytest-args : ' -m "not flaky"'
29
29
secrets : inherit
30
30
31
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
32
31
permissions :
32
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
33
33
id-token : write
34
+ # needed for compute-matrix in test-target.yml
35
+ contents : read
34
36
35
37
publish-test-results :
36
38
Original file line number Diff line number Diff line change 14
14
test :
15
15
uses : ./.github/workflows/test-all.yml
16
16
17
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
18
17
permissions :
19
- id-token : write
18
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
19
+ id-token : write
20
+ # needed for compute-matrix in test-target.yml
21
+ contents : read
20
22
21
23
with :
22
24
repo : core
Original file line number Diff line number Diff line change 18
18
test :
19
19
uses : ./.github/workflows/test-all.yml
20
20
21
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
22
21
permissions :
23
- id-token : write
22
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
23
+ id-token : write
24
+ # needed for compute-matrix in test-target.yml
25
+ contents : read
24
26
25
27
with :
26
28
repo : core
Original file line number Diff line number Diff line change 23
23
repo : core
24
24
secrets : inherit
25
25
26
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
27
26
permissions :
28
- id-token : write
27
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
28
+ id-token : write
29
+ # needed for compute-matrix in test-target.yml
30
+ contents : read
Original file line number Diff line number Diff line change 49
49
agent-image-windows : " ${{ inputs.agent-image-windows }}"
50
50
agent-image-windows-py2 : " ${{ inputs.agent-image-windows-py2 }}"
51
51
secrets : inherit
52
+ permissions :
53
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
54
+ id-token : write
55
+ # needed for compute-matrix in test-target.yml
56
+ contents : read
52
57
53
58
submit-traces :
54
59
needs :
Original file line number Diff line number Diff line change 45
45
TRACE_CAPTURE_BASE_DIR : " trace-captures"
46
46
TRACE_CAPTURE_LOG : " trace-captures/output.log"
47
47
48
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
49
48
permissions :
50
- id-token : write
49
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
50
+ id-token : write
51
+ # needed for compute-matrix in test-target.yml
52
+ contents : read
51
53
52
54
steps :
53
55
Original file line number Diff line number Diff line change @@ -114,9 +114,11 @@ jobs:
114
114
TRACE_CAPTURE_BASE_DIR : " trace-captures"
115
115
TRACE_CAPTURE_LOG : " trace-captures/output.log"
116
116
117
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
118
117
permissions :
119
- id-token : write
118
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
119
+ id-token : write
120
+ # needed for compute-matrix in test-target.yml
121
+ contents : read
120
122
steps :
121
123
122
124
- name : Set environment variables with sanitized paths
Original file line number Diff line number Diff line change 14
14
# Options
15
15
latest : true
16
16
secrets : inherit
17
+ permissions :
18
+ # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
19
+ id-token : write
20
+ # needed for compute-matrix in test-target.yml
21
+ contents : read
17
22
18
23
submit-traces :
19
24
needs :
You can’t perform that action at this time.
0 commit comments