diff --git a/ci/tests/Jenkinsfile.e2e-prs b/ci/tests/Jenkinsfile.e2e-prs index aa85e4235d..bf7741493f 100644 --- a/ci/tests/Jenkinsfile.e2e-prs +++ b/ci/tests/Jenkinsfile.e2e-prs @@ -61,9 +61,10 @@ pipeline { } withCredentials([ - string( + usernamePassword( credentialsId: 'status-im-auto-token', - variable: 'GIT_HUB_TOKEN' + usernameVariable: 'GIT_HUB_USER', /* ignored */ + passwordVariable: 'GIT_HUB_TOKEN' ), usernamePassword( credentialsId: 'test-rail-api',