QuestionQ28

Manage GitHub Actions for the enterprise

By default, which workflows can use an action stored in an internal repository? (Each answer provides a complete solution. Choose two.)

Choose two
  • A selected public repositories outside of the enterprise
  • B internal repositories owned by the same organization as the enterprise
  • C public repositories owned by the same organization as the enterprise
  • D private repositories owned by an organization of the enterprise
Explanation

Actions and reusable workflows in an internal repository can be shared only with internal and private repositories in the same organization or enterprise. Public repositories, including those in the same organization, and repositories outside the enterprise are not eligible to access them.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!