release check code - goes to pushover tho - not discord
This commit is contained in:
@ -31,6 +31,9 @@ quip_token = getenv('QUIP_TOKEN')
|
||||
## Quotes file path
|
||||
quotes_source = getenv('QUOTES_SOURCE')
|
||||
|
||||
## Repository links
|
||||
repo_links = getenv('REPO_LINKS').split(',')
|
||||
|
||||
# Pushover creds
|
||||
po_endpoint = getenv('PUSHOVER_ENDPOINT')
|
||||
po_user_token = getenv('PUSHOVER_USER_TOKEN')
|
||||
|
Reference in New Issue
Block a user