Skip to content

Commit

Permalink
Update teamcity github tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Aug 3, 2024
1 parent 8e5fcf3 commit 05a0dfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ project {
displayName = "sourcegrade/jagr"
repositoryURL = "https://github.com/sourcegrade/jagr"
authType = accessToken {
accessToken = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
accessToken = "credentialsJSON:b7b250d4-b347-4611-bad6-a9dd7e3f44ff"
}
param("tokenId", "")
}
Expand Down Expand Up @@ -84,7 +84,7 @@ fun BuildFeatures.configureBaseFeatures() {
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
token = "credentialsJSON:b7b250d4-b347-4611-bad6-a9dd7e3f44ff"
}
}
}
Expand All @@ -96,7 +96,7 @@ fun BuildFeatures.configurePullRequests() {
vcsRootExtId = "${DslContext.settingsRoot.id}"
provider = github {
authType = token {
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
token = "credentialsJSON:b7b250d4-b347-4611-bad6-a9dd7e3f44ff"
}
filterAuthorRole = PullRequests.GitHubRoleFilter.MEMBER_OR_COLLABORATOR
}
Expand Down

0 comments on commit 05a0dfd

Please sign in to comment.