We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac9896 commit f6b4d24Copy full SHA for f6b4d24
.github/workflows/ci.yml
@@ -39,7 +39,6 @@ jobs:
39
40
- name: Test
41
env:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
44
run: pnpm test
45
.github/workflows/release.yml
@@ -47,6 +47,8 @@ jobs:
47
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
48
49
50
+ env:
51
+ ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
52
53
54
- name: Release
0 commit comments