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_