Update appveyor.yml

- Token for my appveyor account.
This commit is contained in:
Frank 2021-04-18 22:14:51 +02:00
parent 91b6da70af
commit 9f095a1d28

View File

@ -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"