File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 14
14
# Options
15
15
standard : true
16
16
secrets : inherit
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
publish-test-results :
22
24
needs :
Original file line number Diff line number Diff line change 18
18
repo : extras
19
19
python-version : " 3.12"
20
20
secrets : inherit
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
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
- # needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
53
52
permissions :
54
- id-token : write
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
You can’t perform that action at this time.
0 commit comments