Skip to content

Commit 4b57e9b

Browse files
committed
Update kotlinx packages space publishing credentials
1 parent 7937302 commit 4b57e9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.teamcity/settings.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ fun Project.deploy() = build("Deploy") {
7373
buildNumberPattern = "$publishVersion-dev-%build.counter%"
7474
params {
7575
param(versionParameter, "%build.number%")
76-
param("system.space.user", "ilya.gorbunov")
77-
password("system.space.token", "credentialsJSON:413fcda1-dd8f-47ed-a6c2-12c1bc2ea0f0")
76+
// Space application: Publish to kotlinx packages from tc.jb.com
77+
param("system.space.user", "2fb054f3-c6a8-4026-88e6-95887be16311")
78+
password("system.space.token", "credentialsJSON:fe0f882d-64e7-4b4c-b752-16c2a36d92a8")
7879
}
7980

8081
vcs {

0 commit comments

Comments
 (0)