diff options
| author | Nick Brassel | 2024-05-07 00:45:17 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-07 00:45:17 +0200 |
| commit | 02737307ff9bfa785aace33d32fc8fa620c2643b (patch) | |
| tree | 284bc2bce4aa201f31eb143b1ec671c721c43265 /.github | |
| parent | 834d03b57748c774a71ac957823b74f2aae1846c (diff) | |
[CI] Allow secrets to propagate from parent to child workflow. (#23675)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci_build_major_branch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |