Skip to content

Commit c8a8091

Browse files
slinjhuclaude
andcommitted
fix: pass AWS credentials to integration test job in CI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b8cdd4c commit c8a8091

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,8 @@ jobs:
7474
run: make -C smoosense-py env
7575

7676
- name: Run integration tests
77+
env:
78+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
79+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
80+
AWS_REGION: ${{ secrets.AWS_REGION }}
7781
run: make -C smoosense-py integration-test

0 commit comments

Comments
 (0)