diff --git a/.github/workflows/marker_check.yaml b/.github/workflows/marker_check.yaml index e8ae83e3..86e34f01 100644 --- a/.github/workflows/marker_check.yaml +++ b/.github/workflows/marker_check.yaml @@ -50,8 +50,7 @@ jobs: # email body as text body: ${{steps.marker-report.outputs.validation-report}} # comma-separated string, send email to - to: hkir@ebi.ac.uk -# to: ${{secrets.MAIL_TO}} -# cc: ${{secrets.MAIL_CC}} + to: ${{secrets.MAIL_TO}} + cc: ${{secrets.MAIL_CC}} # from email name from: BDS Build Robot \ No newline at end of file