From ab7e9795ced3abd15258dfba5cafe21a0496a4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 14 Apr 2021 13:50:22 +0200 Subject: [PATCH] ci: use status-im-auto cred for e2e PR jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Trying to clean up duplicate credentials. Signed-off-by: Jakub SokoĊ‚owski --- ci/tests/Jenkinsfile.e2e-prs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tests/Jenkinsfile.e2e-prs b/ci/tests/Jenkinsfile.e2e-prs index 8ccaae79d0..a834a23699 100644 --- a/ci/tests/Jenkinsfile.e2e-prs +++ b/ci/tests/Jenkinsfile.e2e-prs @@ -62,7 +62,7 @@ pipeline { withCredentials([ usernamePassword( - credentialsId: 'status-im-auto-token', + credentialsId: 'status-im-auto', usernameVariable: 'GIT_HUB_USER', /* ignored */ passwordVariable: 'GIT_HUB_TOKEN' ),