From 087177bd261d2643585d023c807bebd98a22552e Mon Sep 17 00:00:00 2001 From: Will Urban Date: Wed, 2 Oct 2024 16:07:28 +0700 Subject: [PATCH] chore: add tao stats api key to github workflows, fixed missing comma --- .github/workflows/apps.yml | 3 ++- .github/workflows/qa.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps.yml b/.github/workflows/apps.yml index 50e2e2d5b..60fff0f87 100644 --- a/.github/workflows/apps.yml +++ b/.github/workflows/apps.yml @@ -59,7 +59,8 @@ jobs: BASEROW_EXPLORE_AUTH, BASEROW_CROWDLOANS_AUTH, LIDO_REWARDS_ADDRESS, - SIMPLESWAP_API_KEY + SIMPLESWAP_API_KEY, + TAOSTATS_API_KEY environmentVariableVariables: >- APPLICATION_NAME environmentVariablePrefix: REACT_APP_ diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index b29f4a7fb..73466817e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -46,7 +46,8 @@ jobs: BASEROW_EXPLORE_AUTH, BASEROW_CROWDLOANS_AUTH, LIDO_REWARDS_ADDRESS, - SIMPLESWAP_API_KEY + SIMPLESWAP_API_KEY, + TAOSTATS_API_KEY environmentVariableVariables: >- APPLICATION_NAME environmentVariablePrefix: REACT_APP_