Skip to content

Commit

Permalink
Updated thegraph key varname
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Sep 4, 2024
1 parent 6922cc4 commit 9cde952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_fleek.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
REACT_APP_DEPLOY_ENVIRONMENT: production
REACT_APP_CHAIN_ID: 1
REACT_APP_ETHERSCAN_ENDPOINT: ${{ secrets.REACT_APP_ETHERSCAN_ENDPOINT }}
REACT_APP_SUBGRAPH_API_KEY: "$THEGRAPH_COURT"
REACT_APP_SUBGRAPH_API_KEY: ${{ env.THEGRAPH_COURT }}
run: yarn build
- name: Activate mainnet's fleek
run: mv .github/fleek/mainnet.json .fleek.json
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
REACT_APP_CHAIN_ID: 4
REACT_APP_ETHERSCAN_ENDPOINT: ${{ secrets.REACT_APP_ETHERSCAN_ENDPOINT }}
REACT_APP_SUBGRAPH_NAME: ${{ matrix.subgraph_name }}
REACT_APP_SUBGRAPH_API_KEY: "$THEGRAPH_COURT"
REACT_APP_SUBGRAPH_API_KEY: ${{ env.THEGRAPH_COURT }}

run: yarn build
- name: Activate fleek
Expand Down

0 comments on commit 9cde952

Please sign in to comment.