From 02737307ff9bfa785aace33d32fc8fa620c2643b Mon Sep 17 00:00:00 2001
From: Nick Brassel <nick@tzarc.org>
Date: Tue, 7 May 2024 08:45:17 +1000
Subject: [PATCH] [CI] Allow secrets to propagate from parent to child
 workflow. (#23675)

---
 .github/workflows/ci_build_major_branch.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci_build_major_branch.yml b/.github/workflows/ci_build_major_branch.yml
index 608e266ce4..2717e7cdcc 100644
--- a/.github/workflows/ci_build_major_branch.yml
+++ b/.github/workflows/ci_build_major_branch.yml
@@ -69,6 +69,7 @@ jobs:
       branch: ${{ inputs.branch || github.ref_name }}
       keymap: ${{ matrix.keymap }}
       slice_length: ${{ needs.determine_concurrency.outputs.slice_length }}
+    secrets: inherit
 
   rollup_tasks:
     name: "Housekeeping"