Commit f8533cd6 authored by Jehonathan Thomas's avatar Jehonathan Thomas

update buildbot cred

parent 035e66d3
...@@ -120,7 +120,7 @@ Task Document -depends Build { ...@@ -120,7 +120,7 @@ Task Document -depends Build {
git config --global credential.helper store git config --global credential.helper store
Add-Content "$HOME\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n" Add-Content "$HOME\.git-credentials" "https://$($env:github_access_token):x-oauth-basic@github.com`n"
git config --global user.email $env:github_email git config --global user.email $env:github_email
git config --global user.name "buildbot121" git config --global user.name "buildbot171"
git add . -A git add . -A
git commit -m "API documentation update by build server" git commit -m "API documentation update by build server"
git push origin master git push origin master
......
...@@ -45,7 +45,7 @@ test_script: ...@@ -45,7 +45,7 @@ test_script:
skip_tags: true skip_tags: true
skip_commits: skip_commits:
author: buildbot121 author: buildbot171
files: files:
- docs/* - docs/*
- .vscode/* - .vscode/*
...@@ -64,7 +64,7 @@ artifacts: ...@@ -64,7 +64,7 @@ artifacts:
environment: environment:
github_access_token: github_access_token:
secure: BGdKiI7FwHGkFt+/OmgZDkE1hzLqLrTxcc9c+joVqGyO4LvesHb1sR6hzisVwVPm secure: mZLeq0GTB9kb5b6+HnVpJB6hhiYMJIQ2+Zf/DwZ/LEIyxJaYB1nx36aGHXE9q1cN
github_email: github_email:
secure: wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps= secure: wvYod3JLufbIBkavRXlCP724wJkhqR2RRuLLaPnqfps=
nuget_access_token: nuget_access_token:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment