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

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

commit d42e206cd6309bc80a35353f604de8d5310b3eaf
Author: Pochatkin Mikhail <[email protected]>
AuthorDate: Fri Nov 7 13:04:13 2025 +0300

    IGNITE-26980 Fix access token link
---
 .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