Skip to content

Commit 6905342

Browse files
ci: expose STRANDS_TEST_API_KEYS_SECRET_NAME to integration tests (#513)
1 parent 24ccb00 commit 6905342

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)