Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LOCALSTACK_AUTH_TOKEN=replace_with_your_localstack_token
LOCALSTACK_AUTH_TOKEN=replace_with_your_localstack_token
API_KEY=replace-with-a-secure-random-value
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: test
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
API_KEY: ${{ secrets.API_KEY }}
RUN_INTEGRATION_TESTS: "1"
TF_IN_AUTOMATION: "true"

Expand Down
Loading