forked from chtof/chocolatey-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
|