From 38778eb6ee6a1086b7fd7d348781dc3e4f301109 Mon Sep 17 00:00:00 2001 From: rasswanth-s <43314053+rasswanth-s@users.noreply.github.com> Date: Thu, 7 Dec 2023 18:15:30 +0530 Subject: [PATCH] Added secretes inherit --- .github/workflows/cd-syft.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cd-syft.yml b/.github/workflows/cd-syft.yml index f7ce134eea0..982e5a146dc 100644 --- a/.github/workflows/cd-syft.yml +++ b/.github/workflows/cd-syft.yml @@ -25,10 +25,12 @@ jobs: call-pr-tests-linting: if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks uses: OpenMined/PySyft/.github/workflows/pr-tests-linting.yml@${{ github.head_ref }} + secrets: inherit call-pr-tests-syft: if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks uses: OpenMined/PySyft/.github/workflows/pr-tests-syft.yml@${{ github.head_ref }} + secrets: inherit call-pr-tests-stack: if: github.repository == 'OpenMined/PySyft' && (github.event.inputs.skip_tests == 'false' || github.event_name == 'schedule') # don't run on forks