Skip to content

Commit 445d80f

Browse files
fix/graphnode-deploy (#1064)
1 parent 15817a2 commit 445d80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/system_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
DEV9KC: ${{ secrets.DEV9KC }}
7272
SUBGRAPH_API_URL: ${{ secrets.SUBGRAPH_API_URL }}
7373
TENDERLY_FORK_ID: ${{ secrets.TENDERLY_FORK_ID }}
74-
graphnode_network: ${{ secrets.GRAPHNODE_NETWORK }}
75-
graphnode_ethereum_node_url: https://rpc.tenderly.co/fork/${{ secrets.TENDERLY_FORK_ID }}
74+
GRAPHNODE_NETWORK: ${{ secrets.GRAPHNODE_NETWORK }}
75+
GRAPHNODE_ETHEREUM_NODE_URL: https://rpc.tenderly.co/fork/${{ secrets.TENDERLY_FORK_ID }}
7676
DEVOPS_CHANNEL_WEBHOOK_URL: ${{ secrets.DEVOPS_CHANNEL_WEBHOOK_URL }}

0 commit comments

Comments
 (0)