Skip to content

Commit e09a154

Browse files
committed
Update teamcity config and fix tokens
1 parent 0c2625d commit e09a154

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.teamcity/settings.kts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import jetbrains.buildServer.configs.kotlin.BuildFeatures
22
import jetbrains.buildServer.configs.kotlin.BuildType
33
import jetbrains.buildServer.configs.kotlin.DslContext
4-
import jetbrains.buildServer.configs.kotlin.FailureAction
5-
import jetbrains.buildServer.configs.kotlin.buildFeatures.PullRequests
64
import jetbrains.buildServer.configs.kotlin.buildFeatures.commitStatusPublisher
75
import jetbrains.buildServer.configs.kotlin.buildFeatures.perfmon
8-
import jetbrains.buildServer.configs.kotlin.buildFeatures.pullRequests
96
import jetbrains.buildServer.configs.kotlin.buildSteps.gradle
107
import jetbrains.buildServer.configs.kotlin.project
118
import jetbrains.buildServer.configs.kotlin.projectFeatures.githubIssues
@@ -50,7 +47,7 @@ project {
5047
displayName = "sourcegrade/lab"
5148
repositoryURL = "https://github.com/sourcegrade/lab"
5249
authType = accessToken {
53-
accessToken = "credentialsJSON:08139815-d563-4983-b121-8fe707ce8a34"
50+
accessToken = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
5451
}
5552
param("tokenId", "")
5653
}
@@ -78,7 +75,7 @@ fun BuildFeatures.configureBaseFeatures() {
7875
publisher = github {
7976
githubUrl = "https://api.github.com"
8077
authType = personalToken {
81-
token = "credentialsJSON:08139815-d563-4983-b121-8fe707ce8a34"
78+
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
8279
}
8380
}
8481
}

0 commit comments

Comments
 (0)