Add posthog test task
This commit is contained in:
parent
8fe6f12cd8
commit
24c1b46b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ from posthog import Posthog
|
||||||
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
|
GITHUB_TOKEN = os.getenv('GITHUB_TOKEN')
|
||||||
REPO = os.getenv('GITHUB_REPOSITORY')
|
REPO = os.getenv('GITHUB_REPOSITORY')
|
||||||
POSTHOG_API_KEY = os.getenv('POSTHOG_API_KEY') # Your PostHog Project API Key
|
POSTHOG_API_KEY = os.getenv('POSTHOG_API_KEY') # Your PostHog Project API Key
|
||||||
POSTHOG_HOST = os.getenv('POSTHOG_HOST', 'https://app.posthog.com') # Default PostHog Cloud
|
POSTHOG_HOST = os.getenv('POSTHOG_HOST', 'https://eu.i.posthog.com') # Default PostHog Cloud
|
||||||
|
|
||||||
headers = {
|
headers = {
|
||||||
"Authorization": f"token {GITHUB_TOKEN}",
|
"Authorization": f"token {GITHUB_TOKEN}",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue