Skip to content

Commit

Permalink
Update github tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Apr 24, 2024
1 parent ec6b9bd commit 45a192b
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 @@ -52,7 +52,7 @@ project {
displayName = "sourcegrade/jagr"
repositoryURL = "https://github.com/sourcegrade/jagr"
authType = accessToken {
accessToken = "credentialsJSON:f57a4fdd-fb30-41c0-9983-620364336d03"
accessToken = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
}
param("tokenId", "")
}
Expand Down Expand Up @@ -80,7 +80,7 @@ fun BuildFeatures.configureBaseFeatures() {
publisher = github {
githubUrl = "https://api.github.com"
authType = personalToken {
token = "credentialsJSON:f57a4fdd-fb30-41c0-9983-620364336d03"
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
}
}
}
Expand All @@ -92,7 +92,7 @@ fun BuildFeatures.configurePullRequests() {
vcsRootExtId = "${DslContext.settingsRoot.id}"
provider = github {
authType = token {
token = "credentialsJSON:f57a4fdd-fb30-41c0-9983-620364336d03"
token = "credentialsJSON:7828090f-5bd5-448c-99df-b7fae9540192"
}
filterAuthorRole = PullRequests.GitHubRoleFilter.MEMBER_OR_COLLABORATOR
}
Expand Down

0 comments on commit 45a192b

Please sign in to comment.