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