From d0fb64ce33cd6c3ce970545e0b693c0f7b1ca95e Mon Sep 17 00:00:00 2001 From: Ekhorn Date: Thu, 7 May 2026 10:59:19 +0200 Subject: [PATCH] Inherit caller secrets when passing them to reused workflows --- .github/workflows/ci_cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5bd37237b..586b69803 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -45,5 +45,4 @@ jobs: uses: openremote/openremote/.github/workflows/ci_cd.yml@master with: INPUTS: ${{ toJSON(github.event.inputs) }} - secrets: - SECRETS: ${{ toJSON(secrets) }} + secrets: inherit