Skip to content

Commit

Permalink
Fixed SSL/TLS issue for action. Renamed PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinTSchaffer committed Dec 31, 2023
1 parent 2159e54 commit 1b33af3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/send-pdfs-to-kindle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
if: steps.filter.outputs.newpdfs == 'true'
uses: dawidd6/action-send-mail@v3
with:
# Required mail server address if not connection_url:
server_address: ${{secrets.SMTP_ADDRESS}}
# Optional whether this connection use TLS (default is true if server_port is 465)
secure: true
# Optional (recommended) mail server username:
server_port: ${{secrets.SMTP_SERVER_PORT}}
username: ${{secrets.MAIL_USERNAME}}
# Optional (recommended) mail server password:
password: ${{secrets.MAIL_PASSWORD}}
# Required mail subject:
subject: Github Actions job result
Expand Down

0 comments on commit 1b33af3

Please sign in to comment.