🔥 3-day streak
GitHub Actions (GH-200)140 / 142
Question 140 of 142
A team has a reusable workflow defined with `on: workflow_call` that requires a secret named `DEPLOY_TOKEN` and an input named `environment`. A caller workflow triggered by `workflow_dispatch` must invoke this reusable workflow, forwarding a repository secret `PROD_DEPLOY_TOKEN` and a manually entered environment value. Which caller-side job configuration correctly passes both the input and the secret?
Reviewed for accuracy · Report an issueNext question