From d757bf292ac067a1f99e13a5401db13a949633ac Mon Sep 17 00:00:00 2001 From: yash10019coder Date: Sat, 9 Nov 2024 18:35:54 +0530 Subject: [PATCH] enterprise blobber n/w deployment ci. --- .github/workflows/ci-dev-st.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-dev-st.yml b/.github/workflows/ci-dev-st.yml index a7a24f02b7..9b92d09a67 100644 --- a/.github/workflows/ci-dev-st.yml +++ b/.github/workflows/ci-dev-st.yml @@ -92,13 +92,14 @@ jobs: - name: "Deploy 0Chain" if: github.event_name == 'push' || github.event.inputs.existing_network == '' - uses: 0chain/actions/deploy-0chain@master + uses: 0chain/actions/deploy-0chain@feature/add-egosdk-tokenomics-action with: repo_snapshots_branch: "${{ env.REPO_SNAPSHOTS_BRANCH }}" kube_config: ${{ secrets[format('DEVSTKC', env.RUNNER_NUMBER)] }} teardown_condition: "TESTS_PASSED" SUBGRAPH_API_URL: ${{ secrets.SUBGRAPH_API_URL }} TENDERLY_VIRTUAL_TESTNET_RPC_ID: ${{ env.TENDERLY_VIRTUAL_TESTNET_RPC_ID }} + is_enterprise_blobbers: 'true' graphnode_sc: ${{ secrets.GRAPHNODE_SC }} graphnode_network: ${{ secrets.GRAPHNODE_NETWORK }} graphnode_ethereum_node_url: https://virtual.mainnet.rpc.tenderly.co/${{ env.TENDERLY_VIRTUAL_TESTNET_RPC_ID }}