diff --git a/.github/workflows/graph.yml b/.github/workflows/graph.yml index c4596d0..fd0b52c 100644 --- a/.github/workflows/graph.yml +++ b/.github/workflows/graph.yml @@ -24,5 +24,4 @@ jobs: - name: Deploy to TheGraph Hosted Service run: | npx graph deploy --access-token ${{secrets.GRAPH_ACCESS_TOKEN}} aavegotchi/aavegotchi-svg subgraph.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ - npx graph deploy --access-token ${{secrets.GRAPH_ACCESS_TOKEN}} aavegotchi/aavegotchi-svg subgraph.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ shell: bash