Update appveyor.yml

This commit is contained in:
Applevangelist 2021-04-21 14:17:17 +02:00 committed by GitHub
parent 11aba48545
commit 90e2c87f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ build_script:
if( $env:appveyor_repo_branch -eq 'develop' )
{
$accountname = 'Applevangelist'
$apiUrl = 'https://ci.appveyor.com/api/account/$accountname'
$apiUrl = 'https://ci.appveyor.com/api/account/Applevangelist'
$token = 'v2.6hcv3ige78kg3yvg4ge8'
$headers = @{
"Authorization" = "Bearer $token"