From 54774937f9263c5fe2702a3ecfba1ce5b244e9b6 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Apr 12 2018 19:29:06 +0000 Subject: we already have the credential Merges https://pagure.io/pagure/pull-request/3148 --- diff --git a/.cico.pipeline b/.cico.pipeline index dfb4318..bb996ea 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -1,6 +1,6 @@ import groovy.json.JsonOutput -def notifyPagurePR(repo, msg, status, credentials = 'pagure-push-secret'){ +def notifyPagurePR(repo, msg, status, credentials = 'pagure-auth'){ def json = JsonOutput.toJson([name: 'pagure', url: env.JOB_NAME, build: [full_url: currentBuild.absoluteUrl, status: status, number: currentBuild.number]]) println json