File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 45
45
cmd : build
46
46
env :
47
47
NODE_OPTIONS : --openssl-legacy-provider
48
+ POSTHOG_API_HOST : ${{ secrets.POSTHOG_API_HOST }}
49
+ POSTHOG_PROJECT_KEY : ${{ secrets.POSTHOG_PROJECT_KEY }}
48
50
49
51
- id : ' auth'
50
52
uses : ' google-github-actions/auth@v2'
Original file line number Diff line number Diff line change 43
43
cmd : build
44
44
env :
45
45
NODE_OPTIONS : --openssl-legacy-provider
46
+ POSTHOG_API_HOST : ${{ secrets.POSTHOG_API_HOST }}
47
+ POSTHOG_PROJECT_KEY : ${{ secrets.POSTHOG_PROJECT_KEY }}
46
48
47
49
- id : ' auth'
48
50
uses : ' google-github-actions/auth@v2'
Original file line number Diff line number Diff line change 2
2
3
3
const path = require ( "path" ) ;
4
4
5
- const appUrl = process . env . POSTHOG_API_HOST || "-"
5
+ const appUrl = process . env . POSTHOG_API_HOST
6
6
const apiKey = process . env . POSTHOG_PROJECT_KEY || "-"
7
7
8
8
module . exports = {
You can’t perform that action at this time.
0 commit comments