🔥 3-day streak
GitHub Actions (GH-200)45 / 142
Question 45 of 142
An enterprise platform team defines an organization-level secret named DEPLOY_TOKEN scoped to all repositories. A repository owner in that organization later creates a repository secret also named DEPLOY_TOKEN with a different value. A workflow in that repository references ${{ secrets.DEPLOY_TOKEN }} in a job that does not use any environment. Which value will the workflow receive at runtime?
Reviewed for accuracy · Report an issueNext question