From a473c2ce9e12ed0d585a2e00f2e3703d15facbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Lachowski?= Date: Thu, 5 Dec 2024 17:11:11 +0100 Subject: [PATCH] added `repository` param to _build-aleph-node.yml --- .github/workflows/_build-aleph-node.yml | 4 ++++ .github/workflows/nightly-normal-session-e2e-tests.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/_build-aleph-node.yml b/.github/workflows/_build-aleph-node.yml index cdd23b84a7..d868fdd264 100644 --- a/.github/workflows/_build-aleph-node.yml +++ b/.github/workflows/_build-aleph-node.yml @@ -9,6 +9,10 @@ on: description: 'git ref: hash, branch, tag to build aleph-node binary from' type: string required: true + repository: + description: 'Repository name with owner. For example, actions/checkout. Default: ${{ github.repository }}' + required: false + default: ${{ github.repository }} production: description: 'Set to true to build production binary, otherwise set to false' type: boolean diff --git a/.github/workflows/nightly-normal-session-e2e-tests.yml b/.github/workflows/nightly-normal-session-e2e-tests.yml index bd0e0791db..409c7fc7bb 100644 --- a/.github/workflows/nightly-normal-session-e2e-tests.yml +++ b/.github/workflows/nightly-normal-session-e2e-tests.yml @@ -46,6 +46,7 @@ jobs: uses: ./.github/workflows/_build-aleph-node.yml with: ref: main + repository: Cardinal-Cryptography/aleph-node-flooder production: false additional-flags: "--features network_flooding_test" secrets: inherit