Skip to content

Commit b6f4d1a

Browse files
committed
Fix commit status token
1 parent af6d81b commit b6f4d1a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.teamcity/_Self/LinBus.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ object Build : BuildType({
3434
vcsRootExtId = "${DslContext.settingsRoot.id}"
3535
publisher = github {
3636
githubUrl = "https://api.github.com"
37-
authType = vcsRoot()
37+
authType = storedToken {
38+
tokenId = "git.github.token.commit-status.lin-bus"
39+
}
3840
}
3941
}
4042
}

0 commit comments

Comments
 (0)