Skip to content

Commit

Permalink
Update Email_Notification_on_Completed_Forecasts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RokGrah authored Dec 9, 2024
1 parent 5de2b81 commit 6f11219
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
server_address: smtp.gmail.com # gmail SMTP server
server_port: 587 # Port for TLS
username: ${{ secrets.GMAIL_EMAIL }}
#username: ${{ secrets.GMAIL_EMAIL }}
username: [email protected]
password: ${{ secrets.GMAIL_APP_PASSWORD }}
subject: RespiCast Forecast Workflow Completed
body: Test test
Expand Down

0 comments on commit 6f11219

Please sign in to comment.