diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index 36ed7dc..05eec76 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -36,10 +36,10 @@ jobs: cat body.txt >> email.txt sudo apt-get update sudo apt-get install -y mutt - mutt -s "Trivy Scan Report" -a ./trivy-files.txt -- abhilash.dube@tekditechnologies.com < email.txt + mutt -s "Trivy Scan Report" -a /home/runner/work/rc-ewallet/rc-ewallet/trivy-files.txt -- abhilash.dube@tekditechnologies.com < email.txt env: SMTP_SERVER: smtp.gmail.com - SMTP_PORT: 587 + SMTP_PORT: 465 SMTP_USERNAME: abhilash.dube@tekditechnologies.com SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}