🔥 3-day streak
GitHub Actions (GH-200)114 / 142
Question 114 of 142

A caller workflow invokes a reusable workflow at the job level with `uses: my-org/ci/.github/workflows/deploy.yml@v2`. The reusable workflow references `${{ secrets.DEPLOY_TOKEN }}` in one of its steps. The caller passes only `with:` inputs and does not include any `secrets:` block. At runtime the deploy step fails because `DEPLOY_TOKEN` is empty, even though `DEPLOY_TOKEN` exists as a secret in the caller repository. What is the most likely cause and correct fix?

Reviewed for accuracy · Report an issueNext question