From b41e47a30539294818283b89dae4d4879242e0c5 Mon Sep 17 00:00:00 2001 From: nd Date: Wed, 21 Jul 2021 17:35:36 +0200 Subject: [PATCH] teamcity: use same token everywhere (#2609) --- .teamcity/settings.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 198849c9..0db7f48c 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -98,7 +98,7 @@ class AggregatorBuild(tests: Collection) : BuildType({ vcsRootExtId = "${DslContext.settingsRoot.id}" provider = github { authType = token { - token = "credentialsJSON:a7e7526c-7195-4790-bbb6-9fb4692f92d0" + token = "credentialsJSON:1312c856-0e13-4b04-8c40-ac26d4a5f700" } filterAuthorRole = PullRequests.GitHubRoleFilter.EVERYBODY } @@ -237,7 +237,7 @@ class TestBuild(val os: String, val arch: String, version: String, buildId: Abso vcsRootExtId = "${DslContext.settingsRoot.id}" provider = github { authType = token { - token = "credentialsJSON:a7e7526c-7195-4790-bbb6-9fb4692f92d0" + token = "credentialsJSON:1312c856-0e13-4b04-8c40-ac26d4a5f700" } filterAuthorRole = PullRequests.GitHubRoleFilter.EVERYBODY }