Skip to content

Commit 42ef809

Browse files
committed
Update github tokens
1 parent d69479b commit 42ef809

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.teamcity/settings.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ project {
5050
displayName = "anvilpowered/catalyst"
5151
repositoryURL = "https://github.com/anvilpowered/catalyst"
5252
authType = accessToken {
53-
accessToken = "credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5"
53+
accessToken = "credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3"
5454
}
5555
param("tokenId", "")
5656
}
@@ -87,7 +87,7 @@ fun BuildFeatures.configureBaseFeatures() {
8787
publisher = github {
8888
githubUrl = "https://api.github.com"
8989
authType = personalToken {
90-
token = "credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5"
90+
token = "credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3"
9191
}
9292
}
9393
}
@@ -99,7 +99,7 @@ fun BuildFeatures.configurePullRequests() {
9999
vcsRootExtId = "${DslContext.settingsRoot.id}"
100100
provider = github {
101101
authType = token {
102-
token = "credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5"
102+
token = "credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3"
103103
}
104104
filterAuthorRole = PullRequests.GitHubRoleFilter.MEMBER_OR_COLLABORATOR
105105
}

0 commit comments

Comments
 (0)