From 01265b7bbdc1235805b5c5a219dc529f11962969 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Mon, 12 Sep 2022 21:28:23 +0530 Subject: [PATCH] ci: Correcting the env variables for perf-test workflow --- .github/workflows/ok-to-test.yml | 2 +- .github/workflows/perf-test.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ok-to-test.yml b/.github/workflows/ok-to-test.yml index 040cc36c2c..7f1da6561a 100644 --- a/.github/workflows/ok-to-test.yml +++ b/.github/workflows/ok-to-test.yml @@ -30,4 +30,4 @@ jobs: commands: | ok-to-test perf-test - permission: none + permission: write diff --git a/.github/workflows/perf-test.yml b/.github/workflows/perf-test.yml index 9dbce7d8c4..8adf4ffe04 100644 --- a/.github/workflows/perf-test.yml +++ b/.github/workflows/perf-test.yml @@ -223,7 +223,8 @@ jobs: APPSMITH_SSL_KEY: ${{ secrets.APPSMITH_SSL_KEY }} CYPRESS_TESTUSERNAME1: ${{ secrets.CYPRESS_TESTUSERNAME9 }} CYPRESS_TESTPASSWORD1: ${{ secrets.CYPRESS_TESTPASSWORD9 }} - APPSMITH_PERF_SUPABASE_SECRET: ${{ secrets.APPSMITH_PERF_SUPABASE_SECRET }} + APPSMITH_PERFORMANCE_DB_CONFIG: ${{ secrets.APPSMITH_PERFORMANCE_DB_CONFIG }} + PERF_GITHUB_PAT: ${{ secrets.APPSMITH_PERF_INFRA_REPO_PAT }} APPSMITH_DISABLE_TELEMETRY: true POSTGRES_PASSWORD: postgres NODE_TLS_REJECT_UNAUTHORIZED: "0"