mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
ci: Fix anthropic auth in CI
This commit is contained in:
3
.github/workflows/agent-triage.yml
vendored
3
.github/workflows/agent-triage.yml
vendored
@@ -14,6 +14,7 @@ jobs:
|
||||
contents: read
|
||||
issues: write
|
||||
id-token: write
|
||||
secrets: read
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -31,5 +32,7 @@ jobs:
|
||||
bun install -g @anthropic-ai/claude-code
|
||||
|
||||
- name: Run Agent
|
||||
env:
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
run: |
|
||||
bun .agent/agent.mjs triage ${{ github.event.issue.number }}
|
||||
|
||||
Reference in New Issue
Block a user