ci: use status-im-auto cred for e2e PR jobs
Trying to clean up duplicate credentials. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7eca3c42d7
commit
ab7e9795ce
|
@ -62,7 +62,7 @@ pipeline {
|
||||||
|
|
||||||
withCredentials([
|
withCredentials([
|
||||||
usernamePassword(
|
usernamePassword(
|
||||||
credentialsId: 'status-im-auto-token',
|
credentialsId: 'status-im-auto',
|
||||||
usernameVariable: 'GIT_HUB_USER', /* ignored */
|
usernameVariable: 'GIT_HUB_USER', /* ignored */
|
||||||
passwordVariable: 'GIT_HUB_TOKEN'
|
passwordVariable: 'GIT_HUB_TOKEN'
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue