From 31b33a98d3f6ca4b3f18d1b41ab5c1835acc5c35 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Mon, 25 Aug 2025 19:40:39 +0200 Subject: [PATCH] Yet another potential fix for the invalid API key. --- .github/workflows/cli_tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cli_tests.yml b/.github/workflows/cli_tests.yml index 63d79c939..a6473835a 100644 --- a/.github/workflows/cli_tests.yml +++ b/.github/workflows/cli_tests.yml @@ -73,6 +73,11 @@ jobs: python-version: ${{ inputs.python-version }} - name: Run CLI Integration Tests + env: + LLM_API_KEY: ${{ secrets.LLM_API_KEY }} + LLM_ENDPOINT: ${{ secrets.LLM_ENDPOINT }} + LLM_MODEL: ${{ secrets.LLM_MODEL }} + LLM_API_VERSION: ${{ secrets.LLM_API_VERSION }} run: uv run pytest cognee/tests/integration/cli/ -v cli-functionality-tests: