release check code - goes to pushover tho - not discord

This commit is contained in:
2025-06-18 15:15:25 -05:00
parent a18f04ba23
commit 96f6c37b08
3 changed files with 51 additions and 0 deletions

View File

@ -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')