File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 99
1010# implicitely set all other permissions to none
1111permissions :
12- contents : read # debos.yml
12+ checks : write # test.yml
13+ contents : read # debos.yml test.yml
14+ packages : read # test.yml
15+ pull-requests : write # test.yml
1316
1417jobs :
1518 build-daily :
Original file line number Diff line number Diff line change 66
77# implicitely set all other permissions to none
88permissions :
9- checks : write
10- contents : read # debos.yml lava-schema-check.yml
11- packages : read
12- pull-requests : write
9+ checks : write # test.yml
10+ contents : read # debos.yml lava-schema-check.yml test.yml
11+ packages : read # test.yml
12+ pull-requests : write # test.yml
1313
1414jobs :
1515 build-daily :
Original file line number Diff line number Diff line change 1010
1111# implicitely set all other permissions to none
1212permissions :
13- checks : write # EnricoMi/publish-unit-test-result-action
14- contents : read # actions/checkout
15- packages : read # actions/download-artifact
16- pull-requests : write # EnricoMi/publish-unit-test-result-action
13+ checks : write # test.yml EnricoMi/publish-unit-test-result-action
14+ contents : read # test.yml actions/checkout
15+ packages : read # test.yml actions/download-artifact
16+ pull-requests : write # test.yml EnricoMi/publish-unit-test-result-action
1717
1818jobs :
1919 retrieve-build-url :
You can’t perform that action at this time.
0 commit comments