Skip to content

Commit 82948d8

Browse files
chore(spanner): Fix permission issue in running nightly job (#3521)
1 parent 4b824b6 commit 82948d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/nightly/integration-directpath-enabled.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ env_vars: {
2828

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

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

3939
env_vars: {

0 commit comments

Comments
 (0)