Skip to content

Commit e0c40ba

Browse files
authored
Add missing API Keys (#267)
1 parent f044a42 commit e0c40ba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: 22
4343
cache: npm # or pnpm / yarn
44-
- name: Setup Ruby
44+
- name: Setup Ruby
4545
uses: ruby/setup-ruby@v1
4646
with:
4747
ruby-version: ruby-3.3.0
@@ -56,6 +56,9 @@ jobs:
5656
env:
5757
RAILS_ENV: test
5858
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
59+
ANTHROPIC_API_KEY: ANTHROPIC_API_KEY
60+
OPEN_AI_API_KEY: OPEN_AI_API_KEY
61+
OPEN_ROUTER_API_KEY: OPEN_ROUTER_API_KEY
5962
run: bin/test
6063
- name: Build with VitePress
6164
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build

0 commit comments

Comments
 (0)