This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Which of the following is a feature unique to GitHub Enterprise Cloud (GHEC)?
Requires on-premises deployment and infrastructure management
Provides centralized user management with identity provider integration
Must be installed and maintained by the organization's IT team
Operates entirely within a private cloud environment
What actions can you take at enterprise level to manage the use of GitHub Actions in your enterprise instance?
Create workflow templates
Configure a GitHub Actions use policy
Manually sync public actions in Enterprise Cloud
What actions can you take to configure self-hosted runners for your enterprise use?
Create and add custom labels to your runners
Add proxy configurations to your runners after they start.
Add the IP address or IP address range of your runners at repository level.
What are encrypted secrets?
Encrypted secrets are authentication tokens you can generate in your account settings.
Encrypted secrets are the equivalent of SSH keys in GitHub.
Encrypted secrets are encrypted environment variables you can create to store sensitive information.
What is a key benefit of using reusable workflows in GitHub Actions?
Prevents any external contributors from running workflows
Reduces redundancy and maintenance overhead
Can only be used in the same repository where they are defined
Automatically restricts all workflows to internal users
What is a primary benefit of using GitHub-hosted runners instead of self-hosted runners?
Full control over hardware and software configuration
Ability to access internal/private networks
Automatic updates for the OS and preinstalled packages
Custom installation of non-standard software
What is the best practice when managing encrypted secrets in GitHub Actions?
Print secrets in workflow logs to assist with debugging
Use the same secret across all repositories for consistency
Limit access by defining secrets at the lowest necessary level
Store secrets in the GitHub Actions log archive
You must answer all questions before checking your work.
Was this page helpful?