Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit f8533cd

Browse files
committed
update buildbot cred
1 parent 035e66d commit f8533cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Task Document -depends Build {
120120
git config --global credential.helper store
121121
Add-Content "$HOME\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
122122
git config --global user.email $env:github_email
123-
git config --global user.name "buildbot121"
123+
git config --global user.name "buildbot171"
124124
git add . -A
125125
git commit -m "API documentation update by build server"
126126
git push origin master

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_script:
4545
skip_tags: true
4646

4747
skip_commits:
48-
author: buildbot121
48+
author: buildbot171
4949
files:
5050
- docs/*
5151
- .vscode/*
@@ -64,7 +64,7 @@ artifacts:
6464

6565
environment:
6666
github_access_token:
67-
secure: BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm
67+
secure: mZLeq0GTB9kb5b6+HnVpJB6hhiYMJIQ2+Zf/DwZ/LEIyxJaYB1nx36aGHXE9q1cN
6868
github_email:
6969
secure: wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
7070
nuget_access_token:

0 commit comments

Comments
 (0)