Skip to content

Commit

Permalink
Update actions-services.yml to have new env. vars. needed by new test
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed May 30, 2024
1 parent 58b2cfc commit 2ed1752
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actions-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ services:
- u2fsim
working_dir: /data
environment:
API_KEY_TABLE: ApiKey
APP_ENV: test
AWS_ENDPOINT: dynamo:8000
AWS_DEFAULT_REGION: us-east-1
AWS_ACCESS_KEY_ID: abc123
AWS_SECRET_ACCESS_KEY: abc123
EMAIL_SERVICE_accessToken: fake-abc-123
EMAIL_SERVICE_assertValidIp: "false"
EMAIL_SERVICE_baseUrl: http://email
Expand Down

0 comments on commit 2ed1752

Please sign in to comment.