From 35eef5db593a433be59151f6fd43d671eec7366f Mon Sep 17 00:00:00 2001 From: Bjordis Collaku Date: Thu, 6 Aug 2026 19:34:37 -0700 Subject: [PATCH] ci(debusine): export user for build signing key PR #103 in debusine-action fetches the ephemeral workspace signing key once Debusine reports a completed build. That helper requires both DEBUSINE_USER and DEBUSINE_TOKEN, but this workflow only exported the token. Export DEBUSINE_USER so the signing-key fetch can complete. Signed-off-by: Bjordis Collaku --- .github/workflows/build-kernel-debusine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-kernel-debusine.yml b/.github/workflows/build-kernel-debusine.yml index 2f4940d..9483d9b 100644 --- a/.github/workflows/build-kernel-debusine.yml +++ b/.github/workflows/build-kernel-debusine.yml @@ -112,6 +112,7 @@ jobs: JOB_INDEX: "0" DEBUSINE_HOST: ${{ vars.DEBUSINE_HOST }} DEBUSINE_SCOPE: ${{ vars.DEBUSINE_SCOPE }} + DEBUSINE_USER: ${{ secrets.DEBUSINE_USER }} DEBUSINE_TOKEN: ${{ secrets.DEBUSINE_TOKEN }} DEBUSINE_PARENT_WORKSPACE: ${{ inputs.debusine-parent-workspace }} SUITE: ${{ inputs.suite }}