Skip to content

Commit bc872aa

Browse files
committed
Update teamcity github tokens
1 parent ddadbb8 commit bc872aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.teamcity/settings.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ project {
4747
displayName = "sourcegrade/git-workshop"
4848
repositoryURL = "https://github.com/sourcegrade/git-workshop"
4949
authType = accessToken {
50-
accessToken = "credentialsJSON:f57a4fdd-fb30-41c0-9983-620364336d03"
50+
accessToken = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
5151
}
5252
param("tokenId", "")
5353
}
@@ -121,7 +121,7 @@ fun BuildFeatures.configureBaseFeatures() {
121121
publisher = github {
122122
githubUrl = "https://api.github.com"
123123
authType = personalToken {
124-
token = "credentialsJSON:f57a4fdd-fb30-41c0-9983-620364336d03"
124+
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)