Commit a3465a1
authored
fix(selfhost): read POSTHOG_CLI_PROJECT_ID/HOST from secrets, not vars (#8621)
Both were configured as environment SECRETS in the release/release-beta
GitHub environments, not variables -- vars.* and secrets.* are separate
namespaces in Actions, so the workflow would have seen them as unset.1 parent 9e58bf5 commit a3465a1
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
| 257 | + | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments