diff --git a/.github/workflows/push-email-notify.yml b/.github/workflows/push-email-notify.yml index 9768cd3..c20d9b0 100644 --- a/.github/workflows/push-email-notify.yml +++ b/.github/workflows/push-email-notify.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: Send push notification email - uses: dawidd6/action-send-mail@8de3c312702ac7a63fc4035d45a2a51811eb669a # pinned + uses: dawidd6/action-send-mail@62b29dec2d582553c64e9eb361079f1bf166d4f6 # pinned with: server_address: ${{ secrets.SMTP_HOST }} server_port: ${{ secrets.SMTP_PORT }}