diff --git a/.github/workflows/buildAndSendSignatures.yml b/.github/workflows/buildAndSendSignatures.yml index 150ae59..a1f4e35 100644 --- a/.github/workflows/buildAndSendSignatures.yml +++ b/.github/workflows/buildAndSendSignatures.yml @@ -10,7 +10,6 @@ on: env: GH_ACTIONS_ENV: true - MODIFIED_PATHS: ${{ toJson(github.event.pusher.changes) }} jobs: build_and_send_signatures: diff --git a/src/sendEmails.sh b/src/sendEmails.sh index 0ef38f8..d621059 100644 --- a/src/sendEmails.sh +++ b/src/sendEmails.sh @@ -8,6 +8,7 @@ for signature in $1; do echo pointer is $pointer email_value="${!pointer}" echo value is $email_value + echo a secret is $INFORMATICS_EMAIL echo curl --url 'smtps://smtp.gmail.com:465' --ssl-reqd --mail-from "${EMAIL_USERNAME}" --mail-rcpt "${email_value}" --user "${EMAIL_USERNAME}:${EMAIL_PASSWORD}" --upload-file "${PROJECT_FOLDER}/out/${signature}.html" curl --url 'smtps://smtp.gmail.com:465' \ --ssl-reqd \ diff --git a/templates/template.html b/templates/template.html index 2bb5240..5652aae 100644 --- a/templates/template.html +++ b/templates/template.html @@ -173,3 +173,4 @@ +