Skip to content

Commit

Permalink
update graph deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 5, 2024
1 parent 2531719 commit 4222f24
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/graph-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.yaml
- uses: balancer-labs/graph-deploy@v0.0.1
- uses: balancer-labs/graph-deploy@v1.0.0
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.gnosis.yaml
- uses: balancer-labs/graph-deploy@v0.0.1
- uses: balancer-labs/graph-deploy@v1.0.0
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
Expand Down Expand Up @@ -87,11 +87,6 @@ jobs:
- name: Graph Build
working-directory: subgraphs/v3-vault
run: pnpm build subgraph.sepolia.yaml
- uses: balancer-labs/[email protected]
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
graph_account: "balancer-labs"
graph_subgraph_name: "balancer-v3-sepolia"
graph_config_file: "subgraphs/v3-vault/subgraph.sepolia.yaml"
graph_deploy_studio: true
- name: Graph Deploy
working-directory: subgraphs/v3-vault
run: pnpm deploy --studio --deploy-key ${{secrets.GRAPH_DEPLOY_KEY}} balancer-v3-sepolia subgraph.sepolia.yaml --version-label ${GITHUB_SHA::8}

0 comments on commit 4222f24

Please sign in to comment.