logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 02737307ff9bfa785aace33d32fc8fa620c2643b
parent 834d03b57748c774a71ac957823b74f2aae1846c
Author: Nick Brassel <nick@tzarc.org>
Date:   Tue,  7 May 2024 08:45:17 +1000

[CI] Allow secrets to propagate from parent to child workflow. (#23675)


Diffstat:

M.github/workflows/ci_build_major_branch.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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"