Skip to content

Commit 5fd8d89

Browse files
committed
Fix ENV var name
1 parent d481a5a commit 5fd8d89

File tree

7 files changed

+18775
-7
lines changed

7 files changed

+18775
-7
lines changed

.env.integration.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OPEN_ROUTER_API_KEY=sk-or-v1-...
1+
OPENROUTER_API_KEY=sk-or-v1-...

.github/workflows/code-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
node-version: '18'
5858
cache: 'npm'
5959
- name: Create env.integration file
60-
run: echo "OPEN_ROUTER_API_KEY=${{ secrets.OPEN_ROUTER_API_KEY }}" > .env.integration
60+
run: echo "OPENROUTER_API_KEY=${{ secrets.OPENROUTER_API_KEY }}" > .env.integration
6161
- name: Check env.integration file
6262
run: cat .env.integration
6363
- name: Install dependencies

benchmark/typescript/anagram/.pnp.cjs

Lines changed: 16642 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)