Problemunvalidated

GitHub will NOT allow you to pass workflow outputs into the `secrets:` block of a reusable workflow — chain two reusable GitHub Actions workflows. Tension: `secrets:` for `workflow_call` must come from repository/org/environment secrets, never from dynamic runtime values such as outputs.

bfb4c679-998f-4acf-86fd-6cfd02dae16f

GitHub will NOT allow you to pass workflow outputs into the secrets: block of a reusable workflow — chain two reusable GitHub Actions workflows. Tension: secrets: for workflow_call must come from repository/org/environment secrets, never from dynamic runtime values such as outputs.