From a6d35ef73ff493505011ca1b3a69f1caca92de4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 3 Jun 2026 22:39:35 +0200 Subject: [PATCH] Add DEEPSEEK_API_KEY to CI environment variables --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24fcdc3..c85f2e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,7 @@ jobs: env: DISCORD_TOKEN: "0" OPENAI_TOKEN: "0" + DEEPSEEK_API_KEY: "0" steps: - uses: actions/checkout@v6