Add posthog test task
This commit is contained in:
parent
24c1b46b4e
commit
96e234192e
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ posthog = Posthog(
|
||||||
host=POSTHOG_HOST
|
host=POSTHOG_HOST
|
||||||
)
|
)
|
||||||
|
|
||||||
|
posthog.debug = True
|
||||||
|
|
||||||
def get_repo_info():
|
def get_repo_info():
|
||||||
url = f"https://api.github.com/repos/{REPO}"
|
url = f"https://api.github.com/repos/{REPO}"
|
||||||
response = requests.get(url, headers=headers)
|
response = requests.get(url, headers=headers)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue