remove secrets from all files

This commit is contained in:
aya 2024-12-01 13:38:46 +02:00
parent 889e6d4cf7
commit e1b7aa002c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 }}