From e1b7aa002c76bde1e4ffe6b338b95d69cc75f97e Mon Sep 17 00:00:00 2001 From: aya Date: Sun, 1 Dec 2024 13:38:46 +0200 Subject: [PATCH] remove secrets from all files --- .github/workflows/container-image.yml | 2 +- .github/workflows/nim_waku_daily.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index a9ed71c5..bfbc96c2 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -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 diff --git a/.github/workflows/nim_waku_daily.yml b/.github/workflows/nim_waku_daily.yml index 29dfac61..200b2c14 100644 --- a/.github/workflows/nim_waku_daily.yml +++ b/.github/workflows/nim_waku_daily.yml @@ -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 }}