Skip to content

Commit 591f99a

Browse files
committed
ci: use api-key input instead of env in writing agent
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent cf935f3 commit 591f99a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agent-writer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
6565
Keep the PR body brief and practical. Don't over-explain or add sections
6666
that aren't needed.
67+
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
6768
env:
68-
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7070

7171
- name: Check for changes

0 commit comments

Comments
 (0)