Skip to content

Commit

Permalink
test: add missing env for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Sep 18, 2023
1 parent d0d2f03 commit 7bdddb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
cd packages/api-gateway && touch .env
echo RECAPTCHA_PRIVATE_KEY="6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" >> .env
echo EMAIL_FROM="no-reply <email@somesite.com>" >> .env
echo FRONTEND_BASE_URL="http://127.0.0.1:3000" >> .env
echo ENCRYPTION_KEY="change-me-encryption-secret-32-c" >> .env
cat .env
- name: Install dependencies
uses: nick-fields/retry@v2.8.3
Expand Down

0 comments on commit 7bdddb0

Please sign in to comment.