Skip to content

Commit

Permalink
Fix workflow to read secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh committed Oct 19, 2023
1 parent f873fbe commit 9e78909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ jobs:
localstack wait -t 30 # to become ready before timing out
echo "Startup complete"
- name: Run tests
env:
ECS_AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
ECS_AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
ECS_AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
. venv/bin/activate
pip install -U .
Expand Down
File renamed without changes.

0 comments on commit 9e78909

Please sign in to comment.