Skip to content

Commit

Permalink
Add SECRET_KEY env for CI test job
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktm committed Jan 20, 2024
1 parent bdf3dce commit 6f220ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
runs-on: ubuntu-latest

env:
SECRET_KEY: insecure-key-eSlYXB1jtPbe2ryD283vSJtpb0TQhJrV
DATABASE_USER: unicorn
DATABASE_NAME: unicorn
DATABASE_PASSWORD: insecure-password-0sy3wBnJs.#%@h2TrDsy?I*p#wU+MV
Expand Down

0 comments on commit 6f220ba

Please sign in to comment.