Actually use the api_key
All checks were successful
Build & Publish to GHCR / build (push) Successful in 24s

This commit is contained in:
florian 2025-10-11 19:10:48 +02:00
parent d03780d420
commit 7fc851e936

View File

@ -8,7 +8,7 @@ api_key= return_credentials("/etc/secrets/api_key")
def send_notification(title:str,chapter:int, link:str):
headers = {
"X-API-Key-Internal": backend_api_url,
"X-API-Key-Internal": api_key,
"Content-Type": "application/json"
}