From 2146155ada2d3e1271fd0cc2ee29c5d7d35fc214 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Wed, 7 May 2025 00:12:32 +0000 Subject: [PATCH] gpu: Add secrets inherit We need the KBUILD_SIGN_PIN secret in the workflow call Signed-off-by: Zvonko Kaiser --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 12919278c5..d0a1bf19c7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,7 @@ jobs: tarball-suffix: -${{ inputs.tag }} commit-hash: ${{ inputs.commit-hash }} target-branch: ${{ inputs.target-branch }} + secrets: inherit publish-kata-deploy-payload-amd64: needs: build-kata-static-tarball-amd64