teamcity: use same token everywhere (#2609)
This commit is contained in:
parent
3941af1d02
commit
b41e47a305
4
.teamcity/settings.kts
vendored
4
.teamcity/settings.kts
vendored
@ -98,7 +98,7 @@ class AggregatorBuild(tests: Collection<BuildType>) : 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user