We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e067ab commit a87f17cCopy full SHA for a87f17c
.github/workflows/pr_env.yaml
@@ -102,6 +102,7 @@ jobs:
102
nginx_ssl_key_as_base64='true' \
103
nginx_ssl_cert='${{ secrets.PR_ENV_SSL_CERT }}' \
104
nginx_ssl_key='${{ secrets.PR_ENV_SSL_CERT_KEY }}' \
105
+ posthog_api_key='${{ secrets.POSTHOG_API_KEY_DEMO }}' \
106
install_method='docker'"
107
108
run-photofinish-demo-env:
0 commit comments