From 3572a1dc73c3f223efcd04d5dc529264992261ac Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Mon, 24 Jun 2024 13:41:29 -0500 Subject: [PATCH] PINECONE_APIKEY to PINECONE_API_KEY --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03c1de3..b82488e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,4 +50,4 @@ jobs: - name: Run tests run: poetry run pytest env: - PINECONE_APIKEY: ${{secrets.PINECONE_APIKEY}} + PINECONE_API_KEY: ${{secrets.PINECONE_API_KEY}}