e2e-tests: update GitHub token used

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-18 11:45:30 +01:00
parent 7ff412722d
commit 8ffbf61b79
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pipeline {
withCredentials([
string(
credentialsId: 'GIT_HUB_TOKEN',
credentialsId: 'status-im-auto-token',
variable: 'GIT_HUB_TOKEN'
),
usernamePassword(