Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chtof committed Mar 2, 2019
1 parent d04529e commit e0244f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,30 @@ environment:
au_test_groups: 1

# Github token to commit pushed packages to repository
github_user_repo: {github_user}/{repository}
github_user_repo: chtof/chocolatey-packages
github_api_key:
secure: YOUR_GITHUB_API_KEY_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: t05U5WzfWnr7/JeNP5tQazZCn2ZrS8jQt2pOXTFhqn96H9CPsfzrVZYTIzKsyBlj


# Mail credentials - for error notifications
mail_user:
secure: YOUR_EMAIL_ACCOUNT_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: fTI0gMGnBwFMQ3n9W0h7ok0Ue24Hn0934PBr4kDfhKA=
mail_pass:
secure: YOUR_EMAIL_PASSWORD_HERE_ENCRYPTED_STRING #https://ci.appveyor.com/tools/encrypt
secure: EFgOxzzPT3SWUS2DIwxFVA5NX1HPuIirMih+vfR/6uY=
mail_server: smtp.gmail.com
mail_port: 587
mail_enablessl: true

# ID of the gist used to save run results - create a gist under the github_user (secret or not) and grab the id - https://gist.github.com/name/id
# Optional, leave empty to create anonymous gist
gist_id:
gist_id: 393704c64c2344f0f8e029cd57bebd2b

# Force test: gist id for test results
gist_id_test:
gist_id_test: 2a5abc7a3ddeb2b43bbe1ee2f602797c

# Chocolatey API key - to push updated packages
api_key:
secure: YOUR_CHOCO_API_KEY_HERE_ENCRYPTED_STRING # https://ci.appveyor.com/tools/encrypt
secure: 5Z8p2a6bS9Z1uPDJRZaTN3PZEUBNeRCC5SbrTEMYaA/pf+GcgR9O/0X3J5t/ueta

init:
- git config --global user.email "[email protected]"
Expand Down

0 comments on commit e0244f0

Please sign in to comment.