From 52f5176a9001b3ca19150e45a6d977306b6b95ef Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Mon, 11 Aug 2025 18:29:25 +0200 Subject: [PATCH] run experiment on staging for autoscaling team --- .github/workflows/benchbase_tpcc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchbase_tpcc.yml b/.github/workflows/benchbase_tpcc.yml index 3a36a97bb1..b386e79278 100644 --- a/.github/workflows/benchbase_tpcc.yml +++ b/.github/workflows/benchbase_tpcc.yml @@ -84,8 +84,8 @@ jobs: region_id: aws-us-east-2 postgres_version: ${{ env.POSTGRES_VERSION }} compute_units: '[${{ matrix.min_cu }}, ${{ matrix.max_cu }}]' - api_key: ${{ secrets.NEON_PRODUCTION_API_KEY_4_BENCHMARKS }} - api_host: console.neon.tech # production (!) + api_key: ${{ secrets.NEON_STAGING_API_KEY }} + api_host: console-stage.neon.build # staging - name: Initialize Neon project env: @@ -380,5 +380,5 @@ jobs: uses: ./.github/actions/neon-project-delete with: project_id: ${{ steps.create-neon-project-tpcc.outputs.project_id }} - api_key: ${{ secrets.NEON_PRODUCTION_API_KEY_4_BENCHMARKS }} - api_host: console.neon.tech # production (!) \ No newline at end of file + api_key: ${{ secrets.NEON_STAGING_API_KEY }} + api_host: console-stage.neon.build # staging \ No newline at end of file