From 98f85c94f44a0c3de502f3fc8535a4f4ea14bd75 Mon Sep 17 00:00:00 2001 From: Applevangelist <72444570+Applevangelist@users.noreply.github.com> Date: Wed, 21 Apr 2021 16:07:24 +0200 Subject: [PATCH] Update appveyor.yml --- .AppVeyor/appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.AppVeyor/appveyor.yml b/.AppVeyor/appveyor.yml index 2d0c6b812e..50e3e407d3 100644 --- a/.AppVeyor/appveyor.yml +++ b/.AppVeyor/appveyor.yml @@ -7,7 +7,7 @@ skip_tags: false environment: access_token_documentation: - secure: JVBVVL8uJUcLXN+48eRdELEeCGOGCCaMzCqutsUqNuaZ/KblG5ZTt7+LV4UKv/0f + secure: doUbkLRiz3sTESHDV0BG3Av28lB6q6XA6mrFTadXpxikTBej/k5cZDK36JahdlP7 platform: - x64 @@ -65,8 +65,8 @@ build_script: echo "Commit to GITHUB" git config --global credential.helper store Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token_documentation):x-oauth-basic@github.com`n" - git config --global user.email "sven.van.de.velde@telenet.be" - git config --global user.name "FlightControl-User" + git config --global user.email "post@tniedermeier.com" + git config --global user.name "Applevangelist" git add . 2>&1 git commit -m "MOOSE demonstration missions [skip ci]" 2>&1 git push origin "$env:appveyor_repo_branch" 2>&1 @@ -78,4 +78,4 @@ artifacts: on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - \ No newline at end of file +