e2e: fix handling of GitHub token

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Jakub Sokołowski 2020-02-24 14:46:27 +01:00 committed by Churikova Tetiana
parent b8c7e44326
commit 90bae33689
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 3 additions and 2 deletions

View File

@ -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',