diff --git a/Jenkinsfile b/Jenkinsfile index 92f67e7..fcd5af0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { stage('Mirror to Github - Grizzlycoda') { steps { - sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { + sshagent(['key-github-grizzlycoda']) { sh ''' git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git git push master --mirror