Skip to content

trigger pools deploy #1

trigger pools deploy

trigger pools deploy #1

name: Deploy v3 Pools Subgraphs
on:
push:
branches: main
paths:
- "subgraphs/v3-pools/**"
jobs:
deploy-mainnet:
uses: ./.github/workflows/deploy-subgraph.yml

Check failure on line 9 in .github/workflows/deploy-v3-pools.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-v3-pools.yml

Invalid workflow file

error parsing called workflow ".github/workflows/deploy-v3-pools.yml" -> "./.github/workflows/deploy-subgraph.yml" : failed to fetch workflow: workflow was not found.
with:
working-directory: subgraphs/v3-pools
subgraph-name: balancer-pools-v3
manifest-file: subgraph.yaml
secrets:
GRAPH_DEPLOY_KEY: ${{ secrets.GRAPH_DEPLOY_KEY }}
deploy-gnosis:
uses: ./.github/workflows/deploy-subgraph.yml
with:
working-directory: subgraphs/v3-pools
subgraph-name: balancer-pools-v3-gnosis
manifest-file: subgraph.gnosis.yaml
secrets:
GRAPH_DEPLOY_KEY: ${{ secrets.GRAPH_DEPLOY_KEY }}
deploy-sepolia:
uses: ./.github/workflows/deploy-subgraph.yml
with:
working-directory: subgraphs/v3-pools
subgraph-name: balancer-pools-v3-sepolia
manifest-file: subgraph.sepolia.yaml
secrets:
GRAPH_DEPLOY_KEY: ${{ secrets.GRAPH_DEPLOY_KEY }}