Skip to content

Commit

Permalink
(GH-6) make the email secure in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Aug 29, 2016
1 parent ae4c6ff commit 9c5ed80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ environment:
github_user_repo: 'YOUR_GITHUB_USERNAME_HERE/chocolatey-packages' #https://github.com/chocolatey/chocolatey-packages-template is 'chocolatey/chocolatey-packages-template'

# Email credentials - for error notifications
mail_user: YOUR_EMAIL_ACCOUNT
mail_user:
secure: YOUR_EMAIL_ACCOUNT_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
mail_pass:
secure: YOUR_EMAIL_PASSWORD_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
mail_server: smtp.gmail.com
Expand Down

0 comments on commit 9c5ed80

Please sign in to comment.