mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 08:27:56 +06:00
[CI] Allow secrets to propagate from parent to child workflow. (#23675)
This commit is contained in:
parent
834d03b577
commit
02737307ff
1
.github/workflows/ci_build_major_branch.yml
vendored
1
.github/workflows/ci_build_major_branch.yml
vendored
|
@ -69,6 +69,7 @@ jobs:
|
||||||
branch: ${{ inputs.branch || github.ref_name }}
|
branch: ${{ inputs.branch || github.ref_name }}
|
||||||
keymap: ${{ matrix.keymap }}
|
keymap: ${{ matrix.keymap }}
|
||||||
slice_length: ${{ needs.determine_concurrency.outputs.slice_length }}
|
slice_length: ${{ needs.determine_concurrency.outputs.slice_length }}
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
rollup_tasks:
|
rollup_tasks:
|
||||||
name: "Housekeeping"
|
name: "Housekeeping"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user