diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index 7fcd96a10..3649b6c8f 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -52,7 +52,7 @@ build_script: if( $env:appveyor_repo_branch -eq 'master' -or $env:appveyor_repo_branch -eq 'develop' ) { $apiUrl = 'https://ci.appveyor.com/api' - $token = 'qts80b5kpq0ooj4x6vvw' + $token = 'v2.bg2hb0fnxm96dr5f8yb' $headers = @{ "Authorization" = "Bearer $token" "Content-type" = "application/json" @@ -65,7 +65,7 @@ build_script: if( $env:appveyor_repo_branch -eq 'master' -or $env:appveyor_repo_branch -eq 'develop' ) { $apiUrl = 'https://ci.appveyor.com/api' - $token = 'qts80b5kpq0ooj4x6vvw' + $token = 'v2.bg2hb0fnxm96dr5f8yb' $headers = @{ "Authorization" = "Bearer $token" "Content-type" = "application/json"