Skip to content

Commit

Permalink
Devcontainer and github action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
v-geberr committed Mar 23, 2023
1 parent 7162769 commit 375929d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample.devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DBNAME=app
DBHOST=localhost
DBUSER=app_user
DBPASS=app_password
SECRET_KEY=flask-insecure-secret-key
1 change: 1 addition & 0 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
DBHOST: localhost
DBUSER: postgres
DBPASS: postgres
SECRET_KEY: flask-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}

0 comments on commit 375929d

Please sign in to comment.