diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e793209..c8b42e3 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest env: AUTH_SECRET: secret + NEXT_TELEMETRY_DISABLED: 1 # DATABASE_URL: steps: - uses: actions/checkout@v4 diff --git a/bin/setup b/bin/setup index 2e29186..cd95a4e 100755 --- a/bin/setup +++ b/bin/setup @@ -21,6 +21,11 @@ define_secret() { echo "✨ Installing dependencies ..." bun install --frozen-lockfile +# +# Opting out of telemetry +# +bun next telemetry disable + # # Create a .env.local file and popupate it with auto-generated secrets #