nerdexam
GitHub

GITHUB-ACTIONS · Question #65

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? (Choose thre

The correct answer is B. actions stored m private repositories in the organization C. encrypted secrets F. workflow templates. Actions stored in private repositories within the organization can be reused across all repositories by referencing them in workflows. This ensures a centralized way of maintaining custom actions. Encrypted secrets can be accessed across repositories in the same organization, mak

Manage GitHub Actions in the enterprise

Question

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? (Choose three.)

Options

  • Aself-hosted runners
  • Bactions stored m private repositories in the organization
  • Cencrypted secrets
  • Dcustom Docker actions stored in GitHub Container Registry
  • Eactions stored in an organizational partition in the GitHub Marketplace
  • Fworkflow templates

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    80% (28)
  • D
    11% (4)
  • E
    6% (2)

Explanation

Actions stored in private repositories within the organization can be reused across all repositories by referencing them in workflows. This ensures a centralized way of maintaining custom actions. Encrypted secrets can be accessed across repositories in the same organization, making it easy to store sensitive data (like API keys or tokens) securely while allowing multiple workflows to Workflow templates allow you to create reusable templates for workflows that can be shared across repositories within the organization. This makes it easier to standardize processes and automate them across multiple projects.

Topics

#workflow templates#encrypted secrets#organization-level reuse#GitHub Enterprise Cloud

Community Discussion

No community discussion yet for this question.

Full GITHUB-ACTIONS Practice