Skip to content

Commit ef58590

Browse files
committed
fix missing CI keys.
1 parent 331ef6e commit ef58590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4040

4141
- name: Test
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4245
run: pnpm test
4346

4447
- name: Lint

0 commit comments

Comments
 (0)