Skip to content

Commit a87f17c

Browse files
committed
Adds posthog api key as playbook variable
1 parent 3e067ab commit a87f17c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr_env.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
nginx_ssl_key_as_base64='true' \
103103
nginx_ssl_cert='${{ secrets.PR_ENV_SSL_CERT }}' \
104104
nginx_ssl_key='${{ secrets.PR_ENV_SSL_CERT_KEY }}' \
105+
posthog_api_key='${{ secrets.POSTHOG_API_KEY_DEMO }}' \
105106
install_method='docker'"
106107
107108
run-photofinish-demo-env:

0 commit comments

Comments
 (0)