File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ integration::bazel_with_emulators coverage "${args[@]}" "${integration_args[@]}"
6868# your own token in your personal project's Secret Manager so that your
6969# personal builds have coverage data uploaded to your own account. See also
7070# https://cloud.google.com/build/docs/securing-builds/use-secrets
71- if [[ -z " ${CODECOV_TOKEN :- } " ]]; then
71+ if [[ -z " ${BIGQUERY_CODECOV_TOKEN :- } " ]]; then
7272 io::log_h2 " No codecov token. Skipping upload."
7373 exit 0
7474fi
@@ -107,6 +107,6 @@ time {
107107 exit 1
108108 fi
109109 chmod +x " ${codecov} "
110- env -i HOME=" ${HOME} " " ${codecov} " --token=" ${CODECOV_TOKEN } " " ${codecov_args[@]} "
110+ env -i HOME=" ${HOME} " " ${codecov} " --token=" ${BIGQUERY_CODECOV_TOKEN } " " ${codecov_args[@]} "
111111 rm " ${codecov} "
112112}
You can’t perform that action at this time.
0 commit comments