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