Skip to content

Commit 9ad5165

Browse files
leilabbtonioriol
authored andcommitted
fix test gh action
1 parent 5d8811b commit 9ad5165

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,17 @@ jobs:
2525
--health-retries 5
2626
2727
env:
28-
POSTMARK_API_KEY: SECRET
28+
POSTMARK_API_KEY: ${{ secrets.POSTMARK_API_KEY }}
2929
PUBLIC_SITE_NAME: TACO [TEST]
3030
EMAIL_SENDER_SIGNATURE: test@tacoai.app
31-
PUBLIC_SENTRY_DSN: SECRET
31+
PUBLIC_SENTRY_DSN: ${{ secrets.PUBLIC_SENTRY_DSN }}
3232
PUBLIC_SENTRY_ENV: test
3333
PUBLIC_SITE_URL: http://localhost:5173/
3434
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/db
3535
NODE_ENV: test
36+
PUBLIC_RECAPTCHA_SITE_KEY: ${{ secrets.PUBLIC_RECAPTCHA_SITE_KEY }}
37+
RECAPTCHA_SECRET_KEY: ${{ secrets.RECAPTCHA_SECRET_KEY }}
38+
3639

3740
steps:
3841
- name: Checkout repository

0 commit comments

Comments
 (0)