From de29fe7f25c88cde163f17c2feaef3cb54cd7ad9 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 09:00:19 -0500 Subject: [PATCH] Switched to token-based pushes --- appveyor.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 193eb348..70569689 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,8 @@ version: 'BSIPA-{branch}-{build}' environment: bsipa_version: '3.12.21' - gh_acct_user: - secure: Q4+sZFxDOY7dL9prok446NlMzp3orJA0YmiBz9AYWLs= - gh_acct_pw: - secure: Aqn8uiVQ4vvjwgUYUaO4iGWJwqDVQppkYWU2x6s/p4ZgRrhI28FiIcFv6/wqxS9n + gh_token: + secure: E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU pull_requests: do_not_increment_build_number: true install: @@ -58,7 +56,7 @@ after_deploy: git config --global core.autocrlf true git config --global credential.helper store - Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:gh_acct_user):$($env:gh_acct_pw)@github.com/" + Add-Content "$HOME\.git-credentials" "https://$($env:gh_token):x-oauth-basic@github.com`n git config --global user.email $env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL git config --global user.name $env:APPVEYOR_REPO_COMMIT_AUTHOR git clone "https://github.com/beat-saber-modding-group/BeatSaber-IPA-Reloaded.git" -b gh-pages origin_site