mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-21 19:30:12 +00:00
add plex integration to hooks
This commit is contained in:
parent
63432192ea
commit
5d96064fdf
@ -58,6 +58,10 @@ class WebhookBase:
|
||||
],
|
||||
"discord_release_hook": environ.get("GITHUB_RELEASE_HOOK_URL"),
|
||||
},
|
||||
"tubearchivist-plex": {
|
||||
"gh_user": "tubearchivist",
|
||||
"gh_repo": "tubearchivist-plex",
|
||||
},
|
||||
"discord-bot": {
|
||||
"gh_user": "tubearchivist",
|
||||
"gh_repo": "discord-bot",
|
||||
|
@ -20,6 +20,7 @@ HOOK_URL = {
|
||||
"tubearchivist/tubearchivist": environ.get("GITHUB_TA_HOOK_URL"),
|
||||
"tubearchivist/docs": environ.get("GITHUB_DOCS_URL"),
|
||||
"tubearchivist/tubearchivist-jf": environ.get("GITHUB_JF_URL"),
|
||||
"tubearchivist/tubearchivist-plex": environ.get("GITHUB_PLEX_URL"),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user