File tree Expand file tree Collapse file tree
synthtool/gcp/templates/java_library/.kokoro Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,14 +28,10 @@ env_vars: {
2828
2929env_vars: {
3030 key: " GOOGLE_APPLICATION_CREDENTIALS"
31- value: " keystore/73713_java_it_service_account "
31+ value: " secret_manager/java-it-service-accout "
3232}
3333
34- before_action {
35- fetch_keystore {
36- keystore_resource {
37- keystore_config_id: 73713
38- keyname: " java_it_service_account"
39- }
40- }
34+ env_vars: {
35+ key: " SECRET_MANAGER_KEYS"
36+ value: " java-it-service-accout"
4137}
Original file line number Diff line number Diff line change @@ -24,14 +24,10 @@ env_vars: {
2424
2525env_vars: {
2626 key: " GOOGLE_APPLICATION_CREDENTIALS"
27- value: " keystore/73713_java_it_service_account "
27+ value: " secret_manager/java-it-service-accout "
2828}
2929
30- before_action {
31- fetch_keystore {
32- keystore_resource {
33- keystore_config_id: 73713
34- keyname: " java_it_service_account"
35- }
36- }
30+ env_vars: {
31+ key: " SECRET_MANAGER_KEYS"
32+ value: " java-it-service-accout"
3733}
You can’t perform that action at this time.
0 commit comments