Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.

Commit 6d3c3b5

Browse files
committed
ci: fix status publisher for GitHub
1 parent 37c3d4f commit 6d3c3b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.teamcity/settings.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ abstract class Build(
7171

7272
commitStatusPublisher {
7373
publisher = github {
74-
vcsRoot()
74+
githubUrl = "https://api.github.com"
75+
authType = vcsRoot()
7576
}
7677
}
7778
}

0 commit comments

Comments
 (0)