File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ project {
5050 displayName = " anvilpowered/catalyst"
5151 repositoryURL = " https://github.com/anvilpowered/catalyst"
5252 authType = accessToken {
53- accessToken = " credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5 "
53+ accessToken = " credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3 "
5454 }
5555 param(" tokenId" , " " )
5656 }
@@ -87,7 +87,7 @@ fun BuildFeatures.configureBaseFeatures() {
8787 publisher = github {
8888 githubUrl = " https://api.github.com"
8989 authType = personalToken {
90- token = " credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5 "
90+ token = " credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3 "
9191 }
9292 }
9393 }
@@ -99,7 +99,7 @@ fun BuildFeatures.configurePullRequests() {
9999 vcsRootExtId = " ${DslContext .settingsRoot.id} "
100100 provider = github {
101101 authType = token {
102- token = " credentialsJSON:0f9297f8-772f-4f83-9179-4561def87fe5 "
102+ token = " credentialsJSON:b9fd2928-94ae-4aa5-884d-387599688fd3 "
103103 }
104104 filterAuthorRole = PullRequests .GitHubRoleFilter .MEMBER_OR_COLLABORATOR
105105 }
You can’t perform that action at this time.
0 commit comments