mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
remove secrets from all files
This commit is contained in:
parent
889e6d4cf7
commit
e1b7aa002c
2
.github/workflows/container-image.yml
vendored
2
.github/workflows/container-image.yml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Comment PR
|
- name: Comment PR
|
||||||
uses: thollander/actions-comment-pull-request@v2
|
uses: thollander/actions-comment-pull-request@v2
|
||||||
if: ${{ github.event_name == 'pull_request' && steps.secrets.outcome == 'success' }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
with:
|
with:
|
||||||
message: |
|
message: |
|
||||||
You can find the image built from this PR at
|
You can find the image built from this PR at
|
||||||
|
|||||||
4
.github/workflows/nim_waku_daily.yml
vendored
4
.github/workflows/nim_waku_daily.yml
vendored
@ -13,12 +13,12 @@ jobs:
|
|||||||
|
|
||||||
build-docker-image:
|
build-docker-image:
|
||||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||||
secrets: inherit
|
|
||||||
|
|
||||||
test-common:
|
test-common:
|
||||||
needs: build-docker-image
|
needs: build-docker-image
|
||||||
uses: ./.github/workflows/test_common.yml
|
uses: ./.github/workflows/test_common.yml
|
||||||
secrets: inherit
|
|
||||||
with:
|
with:
|
||||||
node1: ${{ needs.build-docker-image.outputs.image }}
|
node1: ${{ needs.build-docker-image.outputs.image }}
|
||||||
node2: ${{ needs.build-docker-image.outputs.image }}
|
node2: ${{ needs.build-docker-image.outputs.image }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user