This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 42301d5bee2 IGNITE-26980 Fix access token link (#6919)
42301d5bee2 is described below

commit 42301d5bee2ab46fd00ec1cb9dd0a7acc36b8d3b
Author: Mikhail <[email protected]>
AuthorDate: Fri Nov 7 13:06:17 2025 +0300

    IGNITE-26980 Fix access token link (#6919)
    
    Without verification because it change only TC related code
---
 .teamcity/org/apache/ignite/teamcity/ApacheIgnite3CustomBuildType.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3CustomBuildType.kt 
b/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3CustomBuildType.kt
index d29ebc4cf69..a6745a66329 100644
--- a/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3CustomBuildType.kt
+++ b/.teamcity/org/apache/ignite/teamcity/ApacheIgnite3CustomBuildType.kt
@@ -33,7 +33,7 @@ class ApacheIgnite3CustomBuildType(override val buildType: 
BuildType) : CustomBu
                     publisher = github {
                         githubUrl = "https://api.github.com";
                         authType = personalToken {
-                            token = 
"credentialsJSON:50faa412-ea0f-47ea-964c-f0cc77083d50"
+                            token = 
"credentialsJSON:bfd03151-4571-42fd-8493-110f298a680a"
                         }
                     }
                 }

Reply via email to