teamcity: specify working github token in dsl (#2607)

This commit is contained in:
nd 2021-07-21 16:19:23 +02:00 committed by GitHub
parent 776b86ffc2
commit 65f436494c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -105,7 +105,7 @@ class AggregatorBuild(tests: Collection<BuildType>) : 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", "")