ci: update Google Play JSON credential name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ab7e9795ce
commit
ef5031a4aa
|
@ -38,7 +38,7 @@ pipeline {
|
|||
steps { script {
|
||||
withCredentials([
|
||||
string(
|
||||
credentialsId: 'SUPPLY_JSON_KEY_DATA',
|
||||
credentialsId: 'google-play-api-key-json',
|
||||
variable: 'GOOGLE_PLAY_JSON_KEY'
|
||||
),
|
||||
]) {
|
||||
|
|
Loading…
Reference in New Issue