Skip to content

Commit f6f72d3

Browse files
committed
fix: change where anthropic key is declared
1 parent ec352d6 commit f6f72d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414
env:
1515
PNPM_VERSION: 10.2.1
1616
NODE_VERSION: 23
17+
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
1718

1819
jobs:
1920
release:
@@ -47,8 +48,6 @@ jobs:
4748
run: cd packages/agent && pnpm exec playwright install --with-deps chromium
4849

4950
- name: Test
50-
env:
51-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
5251
run: pnpm test
5352

5453
- name: Release

0 commit comments

Comments
 (0)