GitHub Foundations — Question 23
Your organization needs to simplify reusing and maintaining automation in your GitHub Enterprise Cloud. Which components can be directly reused across all repositories in an organization? (Each correct answer presents a complete solution. Choose three.)
Answer options
- A. actions stored in an organizational partition in the GitHub Marketplace
- B. custom Docker actions stored in GitHub Container Registry
- C. self-hosted runners
- D. encrypted secrets
- E. workflow templates
- F. actions stored in private repositories in the organization
Correct answer: D, E, F
Explanation
The correct answers, D (encrypted secrets), E (workflow templates), and F (actions stored in private repositories), are reusable components that facilitate automation across multiple repositories. Options A (actions in GitHub Marketplace) and B (custom Docker actions) are not directly reusable within the organization, while option C (self-hosted runners) are specific to individual workflows and are not shared across repositories.