summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-05-07 08:45:17 +1000
committerGitHub <noreply@github.com>2024-05-07 08:45:17 +1000
commit02737307ff9bfa785aace33d32fc8fa620c2643b (patch)
tree284bc2bce4aa201f31eb143b1ec671c721c43265
parent834d03b57748c774a71ac957823b74f2aae1846c (diff)
[CI] Allow secrets to propagate from parent to child workflow. (#23675)
-rw-r--r--.github/workflows/ci_build_major_branch.yml1
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:
69 branch: ${{ inputs.branch || github.ref_name }} 69 branch: ${{ inputs.branch || github.ref_name }}
70 keymap: ${{ matrix.keymap }} 70 keymap: ${{ matrix.keymap }}
71 slice_length: ${{ needs.determine_concurrency.outputs.slice_length }} 71 slice_length: ${{ needs.determine_concurrency.outputs.slice_length }}
72 secrets: inherit
72 73
73 rollup_tasks: 74 rollup_tasks:
74 name: "Housekeeping" 75 name: "Housekeeping"