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
+5
View File
@@ -8,6 +8,11 @@ on:
jobs:
publish:
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 }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1