From 9a5ff02420b64d3fb3de4ed5430d39fac24f431c Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 23 May 2025 17:09:52 -0700 Subject: [PATCH] ci: Fix anthropic auth in CI --- .github/workflows/agent-triage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/agent-triage.yml b/.github/workflows/agent-triage.yml index f759659f70..aa7ce91703 100644 --- a/.github/workflows/agent-triage.yml +++ b/.github/workflows/agent-triage.yml @@ -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 }}