File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
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
+ permissions :
19
+ id-token : write
17
20
18
21
publish-test-results :
19
22
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
+ permissions :
23
+ id-token : write
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
+ permissions :
54
+ id-token : write
You can’t perform that action at this time.
0 commit comments