Skip to content

Commit

Permalink
chore: add tao stats api key to github workflows, fixed missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
UrbanWill committed Oct 2, 2024
1 parent 9fc61ad commit 087177b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down

0 comments on commit 087177b

Please sign in to comment.