From f53b184c48712bcbb98556a6314cd1f240fc104d Mon Sep 17 00:00:00 2001 From: ethernet Date: Sat, 27 Jun 2026 12:33:00 -0400 Subject: [PATCH] fix(ci): pass secrets down to docker workflows --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e23f4367fa..c02a436efb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,6 +110,7 @@ jobs: needs: detect if: needs.detect.outputs.python == 'true' || needs.detect.outputs.frontend == 'true' || needs.detect.outputs.docker_meta == 'true' uses: ./.github/workflows/docker.yml + secrets: inherit supply-chain: name: Supply-chain scan