Skip to content

Commit 0ce64f1

Browse files
committed
PROJECT_NAME is now required
1 parent ba94f84 commit 0ce64f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def get_env():
9494
'AWS_DEFAULT_REGION': {'type': str},
9595
'AWS_ACCESS_KEY_ID': {'type': str},
9696
'AWS_SECRET_ACCESS_KEY': {'type': str},
97-
'PROJECT_NAME': {'type': str, 'required': False},
97+
'PROJECT_NAME': {'type': str, 'required': True},
9898
'SLACK_WEBHOOK': {'type': str, 'required': False}
9999
}
100100

0 commit comments

Comments
 (0)