fix: add formbricks environment variables to workflow files (#709)

This commit is contained in:
Ferenc Sárai
2025-11-17 13:25:32 +01:00
committed by GitHub
parent aacb109e3f
commit 6d28653bb0
3 changed files with 14 additions and 0 deletions
+4
View File
@@ -12,6 +12,10 @@ jobs:
tests:
runs-on: ubuntu-latest
env:
REACT_APP_FORMBRICKS_ENV_ID: ${{ secrets.REACT_APP_FORMBRICKS_ENV_ID }}
REACT_APP_FORMBRICKS_APP_URL: ${{ secrets.REACT_APP_FORMBRICKS_APP_URL }}
strategy:
matrix:
node-version: [18.x]