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:
parent
b8c7e44326
commit
90bae33689
|
@ -61,9 +61,10 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
withCredentials([
|
withCredentials([
|
||||||
string(
|
usernamePassword(
|
||||||
credentialsId: 'status-im-auto-token',
|
credentialsId: 'status-im-auto-token',
|
||||||
variable: 'GIT_HUB_TOKEN'
|
usernameVariable: 'GIT_HUB_USER', /* ignored */
|
||||||
|
passwordVariable: 'GIT_HUB_TOKEN'
|
||||||
),
|
),
|
||||||
usernamePassword(
|
usernamePassword(
|
||||||
credentialsId: 'test-rail-api',
|
credentialsId: 'test-rail-api',
|
||||||
|
|
Loading…
Reference in New Issue