diff --git a/.github/workflows/staging_fusion-staging.yml b/.github/workflows/staging_fusion-staging.yml index 1b931b06..ef800c73 100644 --- a/.github/workflows/staging_fusion-staging.yml +++ b/.github/workflows/staging_fusion-staging.yml @@ -28,6 +28,9 @@ jobs: run: | cd frontend npm install + echo "NEXT_PUBLIC_FUSION_RELAY_URL=${{ secrets.NEXT_PUBLIC_FUSION_RELAY_URL }}" >> .env.production + echo "NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY=${{ secrets.NEXT_PUBLIC_FUSION_NOSTR_PUBLIC_KEY }}" >> .env.production + echo "NEXT_PUBLIC_NEUROFUSION_BACKEND_URL=${{ secrets.NEXT_PUBLIC_NEUROFUSION_BACKEND_URL }}" >> .env.production npm run build --if-present npm run test --if-present