From 1f35914e7adb55ff0561d41a7157bd80df1401ee Mon Sep 17 00:00:00 2001 From: Alexander Zielonka Date: Wed, 21 Jan 2026 09:31:29 +0100 Subject: [PATCH] ci: Add warning if ANTHROPIC_API_KEY not set Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index af2e386..0429e26 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -50,6 +50,7 @@ jobs: run: | cd /opt/dimension47/server grep -q "CORS_ORIGINS" .env || echo 'CORS_ORIGINS=https://dimension47.de,http://localhost:5173' >> .env + grep -q "ANTHROPIC_API_KEY=\"sk-" .env || echo "WARNING: ANTHROPIC_API_KEY not set - translations will not work" - name: Restart Server run: |