Skip to content

Commit c17400e

Browse files
committed
use anthropic api key
1 parent a074652 commit c17400e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
3737
- name: Run E2E Tests
3838
env:
39-
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
4040
run: |
4141
mise run test:e2e:claude

0 commit comments

Comments
 (0)