[CI] Allow secrets to propagate from parent to child workflow. (#23675)
This commit is contained in:
parent
834d03b577
commit
02737307ff
1 changed files with 1 additions and 0 deletions
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 }}
|
||||
keymap: ${{ matrix.keymap }}
|
||||
slice_length: ${{ needs.determine_concurrency.outputs.slice_length }}
|
||||
secrets: inherit
|
||||
|
||||
rollup_tasks:
|
||||
name: "Housekeeping"
|
||||
|
|
Loading…
Reference in a new issue