[CI] Allow secrets to propagate from parent to child workflow. (#23675)
parent
834d03b577
commit
02737307ff
|
@ -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