Skip to content

Commit c4f3059

Browse files
authored
ci(java): fix typo in java integration test secret name (#628)
1 parent 6eb80fa commit c4f3059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

synthtool/gcp/templates/java_library/.kokoro/nightly/integration.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ env_vars: {
2828

2929
env_vars: {
3030
key: "GOOGLE_APPLICATION_CREDENTIALS"
31-
value: "secret_manager/java-it-service-accout"
31+
value: "secret_manager/java-it-service-account"
3232
}
3333

3434
env_vars: {
3535
key: "SECRET_MANAGER_KEYS"
36-
value: "java-it-service-accout"
36+
value: "java-it-service-account"
3737
}

synthtool/gcp/templates/java_library/.kokoro/presubmit/integration.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ env_vars: {
2424

2525
env_vars: {
2626
key: "GOOGLE_APPLICATION_CREDENTIALS"
27-
value: "secret_manager/java-it-service-accout"
27+
value: "secret_manager/java-it-service-account"
2828
}
2929

3030
env_vars: {
3131
key: "SECRET_MANAGER_KEYS"
32-
value: "java-it-service-accout"
32+
value: "java-it-service-account"
3333
}

0 commit comments

Comments
 (0)