File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ openssl aes-256-cbc -d -in scripts/bazel/gcp_token -md md5 -k ${GCP_DECRYPT_TOKE
1515
1616# Set the "GOOGLE_APPLICATION_CREDENTIALS" environment variable. It should point to the GCP credentials
1717# file. Bazel will then automatically picks up the credentials from that variable.
18- # https://github.com/bazelbuild/bazel/blob/master/third_party/grpc/include/grpc/grpc_security.h#L134-L137
18+ # https://docs.bazel.build/versions/main/command-line-reference.html#flag--google_default_credentials
19+ # https://cloud.google.com/docs/authentication/production.
1920if [[ ! -z " ${BASH_ENV} " ]]; then
2021 # CircleCI uses the `BASH_ENV` variable for environment variables.
2122 echo " export GOOGLE_APPLICATION_CREDENTIALS=${HOME} /.gcp_credentials" >> ${BASH_ENV}
You can’t perform that action at this time.
0 commit comments