Skip to content

Commit

Permalink
hardcode creds
Browse files Browse the repository at this point in the history
  • Loading branch information
William Leader committed Dec 15, 2023
1 parent 113f9f6 commit 89b67f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflows/emailtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
email:
imap:
host: imap.gmail.com
user: ${{secrets.EMAIL_USER}}
password: ${{secrets.EMAIL_PASSWORD}}
user: [email protected]
password: 7SFfp1GjG6tgviui
port: 993
tls: true
tlsOptions: { rejectUnauthorized: false }
Expand Down

0 comments on commit 89b67f5

Please sign in to comment.