Skip to content

Commit 590b29c

Browse files
committed
Fix auth
1 parent 45e2723 commit 590b29c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/behavioral.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,11 @@ jobs:
100100
skill: ${{ fromJson(needs.discover.outputs.skills) }}
101101
os: [Linux, Windows]
102102
env:
103-
# The CLI authenticates from this key and targets AMD's internal LLM
104-
# gateway.
105103
ANTHROPIC_API_KEY: ${{ secrets.ORCHESTR_API_KEY }}
106-
ANTHROPIC_BASE_URL: https://llm-api.amd.com
107-
# The gateway identifies the calling user via a custom header.
108-
ANTHROPIC_CUSTOM_HEADERS: "x-user: a1_ucicd"
104+
ANTHROPIC_BASE_URL: https://llm-api.amd.com/Anthropic
105+
ANTHROPIC_CUSTOM_HEADERS: |
106+
Ocp-Apim-Subscription-Key: ${{ secrets.ORCHESTR_API_KEY }}
107+
user: a1_ucicd
109108
# Lets the harness default to this skill if a test relies on the env.
110109
BEHAVIORAL_SKILL: ${{ matrix.skill }}
111110
# Cost cap: sonnet only. The harness also enforces this under CI.

0 commit comments

Comments
 (0)