From 9ed77593b3bef8e72f021f14642e7d306a0a2e41 Mon Sep 17 00:00:00 2001 From: Luke <2609441+lc0rp@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:07:36 -0700 Subject: [PATCH] Fix typo (#323) Co-authored-by: Luke <2609441+lc0rp@user.noreply.github.com> Co-authored-by: merwanehamadi --- .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 fbf8cd86..17fcb9a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: source venv/bin/activate pip install -r requirements.txt pip uninstall agbenchmark -y - cp .env_example .env + cp .env.template .env sed -i 's/your-openai-api-key/${{ secrets.OPENAI_API_KEY }}/g' .env else echo "Unknown agent name: $AGENT_NAME"