Commit 1861bfb
committed
fix(ci): revert bedrock config to use api_key with AWS_BEARER_TOKEN_BEDROCK env var
The bedrock field rename from api_key to aws_bedrock_bearer_token changed
the env var name in CI config files but the CI workflows still set the
old AWS_BEARER_TOKEN_BEDROCK variable, causing SigV4 credential
resolution failures in library-mode bedrock integration tests. Revert
the CI config files to use the old field and env var names until the
rename PR lands on main with matching workflow updates.
Signed-off-by: E Geiger <egeiger@redhat.com>1 parent 7eb7657 commit 1861bfb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments