From 65f436494cbad4841a89f8c76dda45395698a391 Mon Sep 17 00:00:00 2001 From: nd Date: Wed, 21 Jul 2021 16:19:23 +0200 Subject: [PATCH] teamcity: specify working github token in dsl (#2607) --- .teamcity/settings.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.teamcity/settings.kts b/.teamcity/settings.kts index 995e435f..437e965e 100644 --- a/.teamcity/settings.kts +++ b/.teamcity/settings.kts @@ -105,7 +105,7 @@ class AggregatorBuild(tests: Collection) : BuildType({ publisher = github { githubUrl = "https://api.github.com" authType = personalToken { - token = "credentialsJSON:a7e7526c-7195-4790-bbb6-9fb4692f92d0" + token = "credentialsJSON:1312c856-0e13-4b04-8c40-ac26d4a5f700" } } param("github_oauth_user", "")