Read slack token from env
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2023-08-17 21:06:07 +03:00
parent a2b3d21f27
commit dcbc392e7c
2 changed files with 2 additions and 1 deletions

View File

@@ -17,3 +17,4 @@ AWS_ENDPOINT_URL = os.environ["AWS_ENDPOINT_URL"]
INVENTORY_ASSETS_BASE_URL = os.environ["INVENTORY_ASSETS_BASE_URL"]
MONGO_URI = os.environ["MONGO_URI"]
MEMBERS_HOST = os.environ["MEMBERS_HOST"]
SLACK_TOKEN = os.environ["SLACK_TOKEN"]