Skip to content

Commit

Permalink
Attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Jun 26, 2024
1 parent 1587f6f commit ce02819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/_Self/LinBus.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ object Build : BuildType({
vcsRootExtId = "${DslContext.settingsRoot.id}"
publisher = github {
githubUrl = "https://api.github.com"
authType = storedToken {
tokenId = "git.github.token.commit-status.lin-bus"
authType = personalToken {
token = "%git.github.token.commit-status.lin-bus%"
}
}
}
Expand Down

0 comments on commit ce02819

Please sign in to comment.