Index: Jenkins/Promote
===================================================================
--- Jenkins/Promote	(revision 60380a1a5424e5d6fdf76591dede27674d609f5e)
+++ Jenkins/Promote	(revision 421b242f35ca942dba1db8babe2feeca2745c455)
@@ -36,5 +36,5 @@
 		dir (BuildDir) {
 		    sh 'rm -rf *'
-			sshagent (credentials: ['git_key_mar27']) {
+			sshagent (credentials: ['git_key_aug2025']) {
 				sh "git clone --bare ${RemoteRepo} repo"
 			}
@@ -69,5 +69,5 @@
 			sh "git status"
 			sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'"
-			sshagent (credentials: ['git_key_mar27']) {
+			sshagent (credentials: ['git_key_aug2025']) {
 				sh "git push origin master"
 			}
