🔥 3-day streak
GitHub Actions (GH-200)97 / 142
Question 97 of 142
You are an organization admin at a company where dozens of repositories share a single deployment token. You store it as an organization-level secret named DEPLOY_TOKEN and set the repository access policy to "Selected repositories," choosing only three production repos. A developer in a fourth repository (not on the selected list) writes a workflow that references ${{ secrets.DEPLOY_TOKEN }}. When their workflow runs, what happens?
Reviewed for accuracy · Report an issueNext question