Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shywim authored Jul 24, 2017
1 parent d8f87da commit 48a663a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ environment:
# Github token to commit pushed packages to repository
github_user_repo: {github_user}/{repository}
github_api_key:
secure: YOUR_GITHUB_API_KEY_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: lnJ1oAR4Kby9jIDHUu1tSpEuwckLC+6wZJeCgohoInqNTjNm4xOq4xPiWNmdzrkQ


# Mail credentials - for error notifications
mail_user:
secure: YOUR_EMAIL_ACCOUNT_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: XY0K80b0eeZ24eW4d43IrBZEPop71Bk6Dry2rTpjNXU=
mail_pass:
secure: YOUR_EMAIL_PASSWORD_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: /P17jJ0uSyTP1UOGcAkI7A==
mail_server: smtp.gmail.com
mail_port: 587
mail_enablessl: true
Expand All @@ -42,11 +42,11 @@ environment:

# Chocolatey API key - to push updated packages
api_key:
secure: YOUR_CHOCO_API_KEY_HERE_ENCRYPTED_STRING # https://ci.appveyor.com/tools/encrypt
secure: XdK3FphGNR+i0KIK6fHmYc3YnDkr6nO0KIJUWyORZxM5Xnp1fP8sDfD6w7AuHX+X

init:
- git config --global user.email "chocolatey@realdimensions.net"
- git config --global user.name "Chocolatey"
- git config --global user.email "harle.matthieu@gmail.com"
- git config --global user.name "Matthieu Harlé"
- git config --global core.safecrlf false

install:
Expand Down

0 comments on commit 48a663a

Please sign in to comment.