diff options
| author | kennytm <kennytm@gmail.com> | 2018-05-11 01:08:58 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-05-14 22:34:53 +0800 |
| commit | 2ccf71c3b24e9a3ba5062c8230aa66079b748edb (patch) | |
| tree | 90332d66ff715b918f913e69171f64294d10be97 /src/ci | |
| parent | 7bfa20b8b059b9591dc3782ff4b9f2bf821d81cd (diff) | |
| download | rust-2ccf71c3b24e9a3ba5062c8230aa66079b748edb.tar.gz rust-2ccf71c3b24e9a3ba5062c8230aa66079b748edb.zip | |
Migrate the toolstate update bot to rust-highfive
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/x86_64-gnu-tools/repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/x86_64-gnu-tools/repo.sh b/src/ci/docker/x86_64-gnu-tools/repo.sh index c10afef753e..807e6fb7b64 100644 --- a/src/ci/docker/x86_64-gnu-tools/repo.sh +++ b/src/ci/docker/x86_64-gnu-tools/repo.sh @@ -60,7 +60,7 @@ commit_toolstate_change() { OLDFLAGS="$-" set -eu - git config --global user.email '34210020+rust-toolstate-update@users.noreply.github.com' + git config --global user.email '7378925+rust-toolstate-update@users.noreply.github.com' git config --global user.name 'Rust Toolstate Update' git config --global credential.helper store printf 'https://%s:x-oauth-basic@github.com\n' "$TOOLSTATE_REPO_ACCESS_TOKEN" \ |
