Skip to content

Commit df3b1bb

Browse files
authored
revert: "chore(dogfood) remove extra ENV variable for claude code auth" (coder#20413)
1 parent caeca10 commit df3b1bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ resource "coder_agent" "dev" {
479479
dir = local.repo_dir
480480
env = {
481481
OIDC_TOKEN : data.coder_workspace_owner.me.oidc_access_token,
482-
# To Enable AI Bridge integration
483482
ANTHROPIC_BASE_URL : "https://dev.coder.com/api/experimental/aibridge/anthropic",
483+
ANTHROPIC_AUTH_TOKEN : data.coder_workspace_owner.me.session_token
484484
}
485485
startup_script_behavior = "blocking"
486486

0 commit comments

Comments
 (0)