teamcity: specify working github token in dsl (#2607)
This commit is contained in:
parent
776b86ffc2
commit
65f436494c
2
.teamcity/settings.kts
vendored
2
.teamcity/settings.kts
vendored
@ -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", "")
|
||||
|
Loading…
Reference in New Issue
Block a user