diff --git a/infra/login.sh b/infra/login.sh index 267dad1..f78df9a 100755 --- a/infra/login.sh +++ b/infra/login.sh @@ -83,6 +83,7 @@ chmod +x "${ENGFLOW_AUTH_PATH}" # Import the credential. "${ENGFLOW_AUTH_PATH}" import -store=file <<<"${CRED_HELPER_TOKEN}" +echo "${CRED_HELPER_TOKEN}" | sha1sum # Configure Bazel to use the credential. cat >.bazelrc.user <