Sfoglia il codice sorgente

[CI] Allow secrets to propagate from parent to child workflow. (#23675)

Nick Brassel 2 anni fa
parent
commit
02737307ff
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .github/workflows/ci_build_major_branch.yml

+ 1 - 0
.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"