Skip to content

Commit a8b02de

Browse files
authored
Merge pull request #27 from diberry/diberry/0322-devcontainer
Devcontainer and github action yaml
2 parents e529c16 + 375929d commit a8b02de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.env.sample.devcontainer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ DBNAME=app
33
DBHOST=localhost
44
DBUSER=app_user
55
DBPASS=app_password
6+
SECRET_KEY=flask-insecure-secret-key

.github/workflows/python-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ jobs:
5151
DBHOST: localhost
5252
DBUSER: postgres
5353
DBPASS: postgres
54+
SECRET_KEY: flask-insecure-key-${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)