Skip to content

Commit

Permalink
ci(java): fix typo in java integration test secret name (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead authored Jun 16, 2020
1 parent 6eb80fa commit c4f3059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ env_vars: {

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-it-service-accout"
value: "secret_manager/java-it-service-account"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-accout"
value: "java-it-service-account"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ env_vars: {

env_vars: {
key: "GOOGLE_APPLICATION_CREDENTIALS"
value: "secret_manager/java-it-service-accout"
value: "secret_manager/java-it-service-account"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-accout"
value: "java-it-service-account"
}

0 comments on commit c4f3059

Please sign in to comment.