diff --git a/actions/notify-workflow-completed/dist/config.json b/actions/notify-workflow-completed/dist/config.json index 09ecb7d..a766e18 100644 --- a/actions/notify-workflow-completed/dist/config.json +++ b/actions/notify-workflow-completed/dist/config.json @@ -2,6 +2,12 @@ "defaultModule": "github.com/threshold-network/solidity-contracts", "modules": { "github.com/threshold-network/solidity-contracts": { + "workflow": "contracts.yml", + "downstream": [ + "github.com/keep-network/coverage-pools" + ] + }, + "github.com/keep-network/coverage-pools": { "workflow": "contracts.yml", "downstream": [ "github.com/keep-network/keep-core/random-beacon" diff --git a/actions/run-workflow/dist/config.json b/actions/run-workflow/dist/config.json index 09ecb7d..a766e18 100644 --- a/actions/run-workflow/dist/config.json +++ b/actions/run-workflow/dist/config.json @@ -2,6 +2,12 @@ "defaultModule": "github.com/threshold-network/solidity-contracts", "modules": { "github.com/threshold-network/solidity-contracts": { + "workflow": "contracts.yml", + "downstream": [ + "github.com/keep-network/coverage-pools" + ] + }, + "github.com/keep-network/coverage-pools": { "workflow": "contracts.yml", "downstream": [ "github.com/keep-network/keep-core/random-beacon" diff --git a/actions/upstream-builds-query/dist/config.json b/actions/upstream-builds-query/dist/config.json index 09ecb7d..a766e18 100644 --- a/actions/upstream-builds-query/dist/config.json +++ b/actions/upstream-builds-query/dist/config.json @@ -2,6 +2,12 @@ "defaultModule": "github.com/threshold-network/solidity-contracts", "modules": { "github.com/threshold-network/solidity-contracts": { + "workflow": "contracts.yml", + "downstream": [ + "github.com/keep-network/coverage-pools" + ] + }, + "github.com/keep-network/coverage-pools": { "workflow": "contracts.yml", "downstream": [ "github.com/keep-network/keep-core/random-beacon" diff --git a/config/config.json b/config/config.json index 09ecb7d..a766e18 100644 --- a/config/config.json +++ b/config/config.json @@ -2,6 +2,12 @@ "defaultModule": "github.com/threshold-network/solidity-contracts", "modules": { "github.com/threshold-network/solidity-contracts": { + "workflow": "contracts.yml", + "downstream": [ + "github.com/keep-network/coverage-pools" + ] + }, + "github.com/keep-network/coverage-pools": { "workflow": "contracts.yml", "downstream": [ "github.com/keep-network/keep-core/random-beacon"