Skip to content

Commit daee47b

Browse files
committed
CI: add missing Network variable
1 parent ffb82d4 commit daee47b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/thegraph_dev_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
TYPE: foreign
6161
DEBUG: true
6262
SUBGRAPH_NAME: gbc-bridge-mainnet
63+
NETWORK: mainnet
6364
run: |
6465
cd subgraph
6566
yarn build
@@ -72,6 +73,7 @@ jobs:
7273
TYPE: home
7374
DEBUG: true
7475
SUBGRAPH_NAME: gbc-bridge-gnosis
76+
NETWORK: gnosis
7577
run: |
7678
cd subgraph
7779
yarn build

.github/workflows/thegraph_prod_deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
TYPE: foreign
7171
DEBUG: true
7272
SUBGRAPH_NAME: gbc-bridge-mainnet
73+
NETWORK: mainnet
7374
run: |
7475
cd subgraph
7576
yarn build
@@ -82,6 +83,7 @@ jobs:
8283
TYPE: home
8384
DEBUG: true
8485
SUBGRAPH_NAME: gbc-bridge-gnosis
86+
NETWORK: gnosis
8587
run: |
8688
cd subgraph
8789
yarn build

0 commit comments

Comments
 (0)