From 33f9ff86ee8465e3425702487d159b1e8dcfb5e4 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Mon, 24 Jul 2023 18:02:37 -0700 Subject: [PATCH] Fix helicone MITM (#189) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de81f01a..c6177e70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: ${prefix}agbenchmark start --mock --category=memory ${prefix}agbenchmark start --mock --category=iterate else - bash -c "$(curl -fsSL https://raw.githubusercontent.com/Helicone/helicone/0ed90e3203f172ed05d5754bc0b95a584689233c/mitmproxy.sh)" -s start + bash -c "$(curl -fsSL https://raw.githubusercontent.com/Helicone/helicone/779bb99c6e9cd878e324e5e1c6a41c0d8db81754/mitmproxy.sh)" -s start ${prefix}agbenchmark start || echo "This command will always return a non zero exit code unless all the challenges are solved." fi