Update blank.yml

This commit is contained in:
Waylon Walker 2020-03-21 08:45:14 -05:00 committed by GitHub
parent 519a059d5c
commit f0e08b461a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,19 +16,11 @@ jobs:
- name: Send email - name: Send email
uses: dawidd6/action-send-mail@v1.3.0 uses: dawidd6/action-send-mail@v1.3.0
with: with:
# SMTP server address
server_address: smtp.gmail.com server_address: smtp.gmail.com
# SMTP server port server_port: 465
server_port: 467
# Authenticate as this user to SMTP server
username: quadmx08 username: quadmx08
# Authenticate with this password to SMTP server
password: ${{ secrets.GMAIL_PASS }} password: ${{ secrets.GMAIL_PASS }}
# Subject of mail message
subject: Your a star ✨ subject: Your a star ✨
# Body of mail message (might be a filename to read from)
body: Someone just starred your mail-on-star repo body: Someone just starred your mail-on-star repo
# Recipients mail addresses (separated with comma)
to: mail-on-star@waylonwalker.com to: mail-on-star@waylonwalker.com
# Full name of mail sender
from: quadmx08@gmail.com from: quadmx08@gmail.com