summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGravatar James Rowe2018-01-16 01:20:11 -0700
committerGravatar James Rowe2018-01-16 01:20:11 -0700
commitb5b0d4e7c3adf840cbe3cc7b838e7ca7eca1ed96 (patch)
tree343b56322c59de0a0e4482fae10d6b8b33f31ef8 /appveyor.yml
parentBuild: Add unicorn as a submodule and build it if needed (diff)
downloadyuzu-b5b0d4e7c3adf840cbe3cc7b838e7ca7eca1ed96.tar.gz
yuzu-b5b0d4e7c3adf840cbe3cc7b838e7ca7eca1ed96.tar.xz
yuzu-b5b0d4e7c3adf840cbe3cc7b838e7ca7eca1ed96.zip
Build: Update Appveyor and Travis secret keys
The keys are github auth_tokens and are assigned to yuzubot for the yuzu-nightly repository to allow Appveyor and Travis to upload releases
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9d2aa156b..954be4e8f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -163,7 +163,7 @@ deploy:
163 provider: GitHub 163 provider: GitHub
164 release: $(appveyor_repo_tag_name) 164 release: $(appveyor_repo_tag_name)
165 auth_token: 165 auth_token:
166 secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1" 166 secure: "argb6oi2TYLB4wDy+HoCC8PuGAmsnocSk12CQ5614XAPO+NVPndlkLv1utnDFfg2"
167 artifact: update,build 167 artifact: update,build
168 draft: false 168 draft: false
169 prerelease: false 169 prerelease: false