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}}