nerdexam
Microsoft

GH-200 · Question #95

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

The correct answer is B. internal repositories owned by the same organization as the enterprise D. private repositories owned by an organization of the enterprise. GitHub internal repositories are visible to all authenticated enterprise members. By default, GitHub allows workflows in other repositories within the same enterprise to access actions stored in an internal repository - specifically: (B) internal repositories in the same organiza

Consume Workflows

Question

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

Options

  • Aselected public repositories outside of the enterprise
  • Binternal repositories owned by the same organization as the enterprise
  • Cpublic repositories owned by the same organization as the enterprise
  • Dprivate repositories owned by an organization of the enterprise

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    89% (16)
  • C
    6% (1)

Explanation

GitHub internal repositories are visible to all authenticated enterprise members. By default, GitHub allows workflows in other repositories within the same enterprise to access actions stored in an internal repository - specifically: (B) internal repositories in the same organization, and (D) private repositories owned by any organization within the enterprise. This default behavior reflects the enterprise-wide accessibility model of internal repos. Option A is incorrect because public repositories outside the enterprise cannot access internal repo actions by default - that would cross enterprise boundaries. Option C is incorrect because public repositories have a different visibility model, and access to internal actions is not granted to public repos by default even within the same organization.

Topics

#GitHub Actions#Internal repositories#Action sharing#Default behavior

Community Discussion

No community discussion yet for this question.

Full GH-200 Practice