ci: Add warning if ANTHROPIC_API_KEY not set
All checks were successful
Deploy Dimension47 / deploy (push) Successful in 33s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Alexander Zielonka
2026-01-21 09:31:29 +01:00
parent 9c77370b70
commit 1f35914e7a

View File

@@ -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: |