Skip to content

Commit b8f091c

Browse files
committed
ci: expose STRANDS_TEST_API_KEYS_SECRET_NAME to integration tests (strands-agents#513)
1 parent 6829aff commit b8f091c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
env:
6868
AWS_REGION: us-east-1
6969
AWS_REGION_NAME: us-east-1 # Needed for LiteLLM
70+
STRANDS_TEST_API_KEYS_SECRET_NAME: ${{ secrets.STRANDS_TEST_API_KEYS_SECRET_NAME }}
7071
id: tests
7172
run: |
7273
hatch test tests_integ

0 commit comments

Comments
 (0)