Skip to content

Commit

Permalink
Update api-promote-prod.yml (#473)
Browse files Browse the repository at this point in the history
Add SECRET_KEY env var to unittest before deploying to prod
  • Loading branch information
nutrina authored Nov 28, 2023
1 parent 27db4dc commit 908c985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-promote-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: pytest
env:
CERAMIC_CACHE_SCORER_ID: ""
SECRET_KEY: secret-test-value
DATABASE_URL: postgres://passport_scorer:passport_scorer_pwd@localhost:5432/passport_scorer

build-api:
Expand Down

0 comments on commit 908c985

Please sign in to comment.