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.
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?
Authentication tokens you can generate in your account settings.
The equivalent of SSH keys in GitHub.
Encrypted environment variables for storing sensitive information.
Which credential type poses the greatest security risk if used in GitHub Actions?
Repository deploy keys
Personal access token (classic)
GitHub App tokens
GITHUB_TOKEN
Which feature enforces that tests pass before code can be merged?
Organization secrets
Repository rule sets
Workflow templates
Runner groups
Which of the following is unique to GitHub Enterprise Cloud (GHEC)?
Requires on-premises infrastructure
Centralized user management with identity provider integration
IT teams must install it.
Runs in a private cloud
What is a key benefit of using reusable workflows?
Blocks external contributors automatically
Reduces redundancy and maintenance overhead
Only usable in the same repository
Restricts workflows to internal users
What is a benefit of using GitHub-hosted runners?
Full control over hardware
Internal network access
Automatic OS and package updates
Install custom software
What is a best practice for managing encrypted secrets?
Print them in logs for debugging
Reuse the same secret across all repos
Scope secrets to the lowest level needed
Store secrets in archived workflow logs
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?