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
15
15
16
16
# Set the "GOOGLE_APPLICATION_CREDENTIALS" environment variable. It should point to the GCP credentials
17
17
# 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.
19
20
if [[ ! -z " ${BASH_ENV} " ]]; then
20
21
# CircleCI uses the `BASH_ENV` variable for environment variables.
21
22
echo " export GOOGLE_APPLICATION_CREDENTIALS=${HOME} /.gcp_credentials" >> ${BASH_ENV}
You can’t perform that action at this time.
0 commit comments