mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 09:23:10 +00:00
fix: secrets inherit
This commit is contained in:
parent
01584d80c2
commit
148179a549
1
.github/workflows/go_waku_daily.yml
vendored
1
.github/workflows/go_waku_daily.yml
vendored
@ -15,6 +15,7 @@ on:
|
||||
jobs:
|
||||
test-common:
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: "harbor.status.im/wakuorg/go-waku:latest"
|
||||
node2: "harbor.status.im/wakuorg/go-waku:latest"
|
||||
|
||||
1
.github/workflows/nim_waku_daily.yml
vendored
1
.github/workflows/nim_waku_daily.yml
vendored
@ -15,6 +15,7 @@ on:
|
||||
jobs:
|
||||
test-common:
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
node1: "harbor.status.im/wakuorg/nwaku:latest"
|
||||
node2: "harbor.status.im/wakuorg/nwaku:latest"
|
||||
|
||||
6
.github/workflows/test_common.yml
vendored
6
.github/workflows/test_common.yml
vendored
@ -18,15 +18,13 @@ on:
|
||||
description: "Additional optional nodes used in e2e tests, separated by ,"
|
||||
type: string
|
||||
default: "harbor.status.im/wakuorg/nwaku:latest,harbor.status.im/wakuorg/go-waku:latest,harbor.status.im/wakuorg/nwaku:latest"
|
||||
secrets:
|
||||
DISCORD_TEST_REPORTS_WH:
|
||||
required: true
|
||||
|
||||
|
||||
env:
|
||||
FORCE_COLOR: "1"
|
||||
NODE_1: ${{ inputs.node1 }}
|
||||
NODE_2: ${{ inputs.node2 }}
|
||||
ADDITIONAL_NODES: ${{ inputs.additional_nodes }}
|
||||
DISCORD_MESSAGE: ""
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user