mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +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
|
||||
uses: thollander/actions-comment-pull-request@v2
|
||||
if: ${{ github.event_name == 'pull_request' && steps.secrets.outcome == 'success' }}
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
message: |
|
||||
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:
|
||||
uses: waku-org/nwaku/.github/workflows/container-image.yml@master
|
||||
secrets: inherit
|
||||
|
||||
|
||||
test-common:
|
||||
needs: build-docker-image
|
||||
uses: ./.github/workflows/test_common.yml
|
||||
secrets: inherit
|
||||
|
||||
with:
|
||||
node1: ${{ needs.build-docker-image.outputs.image }}
|
||||
node2: ${{ needs.build-docker-image.outputs.image }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user