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

An enterprise administrator creates an organization-level secret named DEPLOY_TOKEN and scopes it to "Selected repositories," adding only the repo `payments-api`. A developer in a different repo, `billing-web`, adds a workflow step that references `${{ secrets.DEPLOY_TOKEN }}`. When the workflow runs in `billing-web`, the value comes back empty and the deployment fails. What is the correct explanation and fix?

Reviewed for accuracy · Report an issueNext question