Add posthog test task

This commit is contained in:
Vasilije 2024-09-25 18:29:58 +02:00
parent 24c1b46b4e
commit 96e234192e

View file

@ -21,6 +21,8 @@ posthog = Posthog(
host=POSTHOG_HOST
)
posthog.debug = True
def get_repo_info():
url = f"https://api.github.com/repos/{REPO}"
response = requests.get(url, headers=headers)