Skip to content

Commit

Permalink
fix: add graphurl to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbasado committed Nov 15, 2023
1 parent f31953d commit 4f734b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ env:
SESSION_NAME: badger-api-deployer
AWS_REGION: us-west-1
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
GRAPH_URL: ${{ secrets.GRAPH_URL }}
ETH_RPC: ${{ secrets.ETH_RPC }}
BSC_RPC: ${{ secrets.BSC_RPC }}
MATIC_RPC: ${{ secrets.MATIC_RPC }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ env:
SESSION_NAME: badger-api-deployer
AWS_REGION: us-west-1
GRAPH_API_KEY: ${{ secrets.GRAPH_API_KEY }}
GRAPH_URL: ${{ secrets.GRAPH_URL }}
ETH_RPC: ${{ secrets.ETH_RPC }}
BSC_RPC: ${{ secrets.BSC_RPC }}
MATIC_RPC: ${{ secrets.MATIC_RPC }}
Expand Down

0 comments on commit 4f734b1

Please sign in to comment.