Microsoft
GH-200 · Question #32
A single secret must be accessed by workflows in specific repositories. What is the best way to create the secret?
Sign in or unlock GH-200 to reveal the answer and full explanation for question #32. The question stem and answer options stay visible for context.
Implement security for GitHub Actions
Question
A single secret must be accessed by workflows in specific repositories. What is the best way to create the secret?
Options
- ACreate an environment secret at the organization level and leverage that environment in each of
- BCreate an organization secret, specify Selected repositories as the Repository access, and
- CCreate the secret in one of the repositories, check the Share secret option, and select the
- DStore the secret in a supported external key vault. Configure OpenID Connect (OIDC) to allow
Unlock GH-200 to see the answer
You've previewed enough free GH-200 questions. Unlock GH-200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#GitHub Actions Secrets#Organization Secrets#Secret Management#Access Control