Skip to content

Commit

Permalink
ci(.env.test): add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 26, 2023
1 parent abe7b67 commit b890280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export SYSTEM_GITHUB_TOKEN="github_token"
# FormSG keys
export SITE_CREATE_FORM_KEY="site_form_key"
export SITE_LAUNCH_FORM_KEY="site_launch_form_key"
export SITE_CLONE_FORM_KEY="site_clone_form_key"

# Required to connect to DynamoDB
export AWS_ACCESS_KEY_ID="abc123"
Expand Down Expand Up @@ -81,4 +82,4 @@ export SGID_PRIVATE_KEY="private"
export SGID_REDIRECT_URI="http://localhost:8081/v2/auth/sgid/auth-redirect"

# GrowthBook
export GROWTHBOOK_CLIENT_KEY="some random key"
export GROWTHBOOK_CLIENT_KEY="some random key"

0 comments on commit b890280

Please sign in to comment.