Fix ENV var name

This commit is contained in:
cte
2025-01-31 15:18:20 -08:00
parent d481a5ae15
commit 5fd8d8911a
7 changed files with 18775 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ jobs:
node-version: '18'
cache: 'npm'
- name: Create env.integration file
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
run: echo "OPENROUTER_API_KEY=${{ secrets.OPENROUTER_API_KEY }}" > .env.integration
- name: Check env.integration file
run: cat .env.integration
- name: Install dependencies