Skip to content

Commit f6b4d24

Browse files
committed
chore: fix test env var
1 parent 1ac9896 commit f6b4d24

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939

4040
- name: Test
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4342
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4443
run: pnpm test
4544

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4848

4949
- name: Test
50+
env:
51+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5052
run: pnpm test
5153

5254
- name: Release

0 commit comments

Comments
 (0)