Skip to content

Commit 2b962c9

Browse files
committed
fix: playground production env vars
1 parent f839994 commit 2b962c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/baseline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ jobs:
187187
env:
188188
SCHEME: https
189189
DOMAIN: flow-php.com
190+
PLAYGROUND_API_URL: https://flow-php.com/api/playground/snippets
191+
PLAYGROUND_SNIPPETS_URL: https://playground-snippets.flow-php.com
190192
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
191193
UMAMI_ID: '${{ vars.UMAMI_ID }}'
192194
FLOW_VERSION: ${{ steps.flow_version.outputs.tag }}

0 commit comments

Comments
 (0)