Actually use the api_key
All checks were successful
Build & Publish to GHCR / build (push) Successful in 24s
All checks were successful
Build & Publish to GHCR / build (push) Successful in 24s
This commit is contained in:
parent
d03780d420
commit
7fc851e936
@ -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"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user