diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03553e30267f..973cc187823f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -811,6 +811,10 @@ jobs: name: 🌲 Create Redwood App runs-on: ubuntu-latest + env: + REDWOOD_CI: 1 + REDWOOD_DISABLE_TELEMETRY: 1 + steps: - uses: actions/checkout@v4