From 92422f6e39db32b9c6f416d53194379d2f9cbf46 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 24 May 2017 14:15:42 -0700 Subject: appveyor: Add the api key for the linked ci builds. The appveyor script needs an encrypted api key to trigger downstream builds, and there doesn't seem to be an easy way to make the builds we run for the main repo something other contributors can control. Signed-off-by: Ricardo Constantino --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c533b4d8..8baffcc6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,7 @@ platform: environment: api_key: - secure: xZGjzJ/mG19pPdLOzpV3uFSzrBgqcU3qDLOTN2qC8xg= + secure: kR3Ac0NjGwFnTmXdFrR8d6VXjdk5F7L4F/BilC4nvaM= build: project: win32\VS2015\opus.sln -- cgit v1.2.1