From cfd91323900b0a0588aa77ab53a664126b5f5487 Mon Sep 17 00:00:00 2001 From: Pascal Turbing Date: Tue, 21 Jul 2026 14:08:11 +0200 Subject: [PATCH] test extraction --- infra/login.sh | 1 + 1 file changed, 1 insertion(+) 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 <