Index: Jenkins/Promote
===================================================================
--- Jenkins/Promote	(revision 9f385e40636d47dee87cdd79dd83bebf285bbb0a)
+++ Jenkins/Promote	(revision 9a0a36185e236d03f9c5f907755c49fda4704080)
@@ -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"
 			}
Index: Jenkins/tools.groovy
===================================================================
--- Jenkins/tools.groovy	(revision 9f385e40636d47dee87cdd79dd83bebf285bbb0a)
+++ Jenkins/tools.groovy	(revision 9a0a36185e236d03f9c5f907755c49fda4704080)
@@ -37,5 +37,5 @@
 				userRemoteConfigs: [[
 					url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc',
-					credentialsId: 'git_key_aug20']]
+					credentialsId: 'git_key_aug2025']]
 			])
 			echo GitLogMessage(scmVars.GIT_COMMIT, scmVars.GIT_PREVIOUS_COMMIT)
