diff options
author | James Rowe <jroweboy@gmail.com> | 2018-01-16 01:20:11 -0700 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2018-01-16 01:20:11 -0700 |
commit | b5b0d4e7c3adf840cbe3cc7b838e7ca7eca1ed96 (patch) | |
tree | 343b56322c59de0a0e4482fae10d6b8b33f31ef8 /appveyor.yml | |
parent | e026b66bbbb78f3c43c067eb94675d4782fb70b6 (diff) |
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.yml | 2 |
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: provider: GitHub release: $(appveyor_repo_tag_name) auth_token: - secure: "dbpsMC/MgPKWFNJCXpQl4cR8FYhepkPLjgNp/pRMktZ8oLKTqPYErfreaIxb/4P1" + secure: "argb6oi2TYLB4wDy+HoCC8PuGAmsnocSk12CQ5614XAPO+NVPndlkLv1utnDFfg2" artifact: update,build draft: false prerelease: false |