diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eb4f15f..233be06 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -85,7 +85,7 @@ jobs: echo "EOF_SSH_KEY" >> $GITHUB_OUTPUT - name: Send deployment started notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v13 continue-on-error: true with: server_address: smtp-relay.brevo.com @@ -177,7 +177,7 @@ jobs: run: kamal deploy - name: Send deployment succeeded notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v13 continue-on-error: true with: server_address: smtp-relay.brevo.com @@ -244,7 +244,7 @@ jobs: echo "brevo_smtp_key=$BREVO_SMTP_KEY" >> $GITHUB_OUTPUT - name: Send deployment failed notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v13 continue-on-error: true with: server_address: smtp-relay.brevo.com diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34d8e1a..93e28b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -273,7 +273,7 @@ jobs: echo "brevo_smtp_key=$BREVO_SMTP_KEY" >> $GITHUB_OUTPUT - name: Send failure notification - uses: dawidd6/action-send-mail@v12 + uses: dawidd6/action-send-mail@v13 continue-on-error: true with: server_address: smtp-relay.brevo.com