Skip to content

Commit

Permalink
fix: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 committed May 8, 2024
1 parent 1571f87 commit f67f830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ variables.AWS_REGION }}
AWS_DEFAULT_REGION: ${{ vars.AWS_REGION }}
AWS_DEFAULT_OUTPUT: json

- name: Run Tests
Expand Down

0 comments on commit f67f830

Please sign in to comment.