Index: Jenkins/Promote
===================================================================
--- Jenkins/Promote	(revision cc5544af1672991cab57aef3286b724dec645050)
+++ Jenkins/Promote	(revision d6c464d2c9198b52bd24eb294ced8667c66dad4a)
@@ -36,5 +36,5 @@
 		dir (BuildDir) {
 		    sh 'rm -rf *'
-			sshagent (credentials: ['github_key_jun1']) {
+			sshagent (credentials: ['git_key_mar27']) {
 				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: ['github_key_jun1']) {
+			sshagent (credentials: ['git_key_mar27']) {
 				sh "git push origin master"
 			}
