Skip to content

Commit a0c086d

Browse files
committed
Change(aws): Update job definition with new secrets
1 parent f30753e commit a0c086d

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

aws/setup/batch/job_definition.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
"secrets": [
3232
{
3333
"name": "GITHUB_TOKEN",
34-
"valueFrom": "arn:aws:secretsmanager:us-east-1:039984708918:secret:kilian-codeclash-github-key-LIkSby:GITHUB_KEY::"
34+
"valueFrom": "arn:aws:secretsmanager:us-east-1:039984708918:secret:kilian-codeclash-keys-CTX9UJ:GITHUB_TOKEN::"
3535
},
3636
{
37-
"name": "OPENAI_API_KEY",
38-
"valueFrom": "arn:aws:secretsmanager:us-east-1:039984708918:secret:kilian-codeclash-github-key-LIkSby:OPENAI_API_KEY::"
37+
"name": "PORTKEY_API_KEY",
38+
"valueFrom": "arn:aws:secretsmanager:us-east-1:039984708918:secret:kilian-codeclash-keys-CTX9UJ:PORTKEY_API_KEY::"
39+
},
40+
{
41+
"name": "ANTHROPIC_API_KEY",
42+
"valueFrom": "arn:aws:secretsmanager:us-east-1:039984708918:secret:kilian-codeclash-keys-CTX9UJ:ANTHROPIC_API_KEY::"
3943
}
4044
]
4145
},

0 commit comments

Comments
 (0)