Skip to content

Commit

Permalink
fix deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jan 24, 2024
1 parent b459196 commit 2390608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/graph-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Graph Studio Prod

on:
push:
branches: master
branches: main

jobs:
deploy-studio-sepolia:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}}
graph_version_label: ${GITHUB_SHA::8}
graph_subgraph_name: "balancer-vault-v3-sepolia"
graph_subgraph_name: "balancer-sepolia-v3"
graph_account: "balancer-labs"
graph_config_file: "subgraph.sepolia.yaml"
graph_config_file: "subgraph.yaml"
graph_deploy_studio: true

0 comments on commit 2390608

Please sign in to comment.