From 52f6424ca64d72e5644631e0e6cad5fe006853d9 Mon Sep 17 00:00:00 2001 From: DevRico003 Date: Wed, 28 Feb 2024 12:21:04 +0100 Subject: [PATCH] feat: snyk pipeline --- .github/workflows/ci-cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 37624a1..a333710 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -43,4 +43,5 @@ jobs: password: ${{secrets.MAIL_PASSWORD}} subject: CI/CD Pipeline failed to: ${{secrets.MAIL}} + from: ${{secrets.MAIL_USERNAME}} body: The pipeline has failed. Please check the GitHub Actions output. \ No newline at end of file