Skip to content

Commit

Permalink
fix: set IT_SERVICE_ACCOUNT_EMAIL for nightly integration test (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-fa committed Aug 28, 2020
1 parent 9835c29 commit 23c379e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .kokoro/nightly/integration.cfg
Expand Up @@ -31,6 +31,11 @@ env_vars: {
value: "secret_manager/java-it-service-account"
}

env_vars: {
key: "IT_SERVICE_ACCOUNT_EMAIL"
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-it-service-account"
Expand Down

0 comments on commit 23c379e

Please sign in to comment.