QuestionQ11

Manage GitHub Actions for the enterprise

Which of the following statements are accurate about using GitHub Actions on a GitHub Enterprise Server instance? (Each correct answer provides a complete solution. Choose three.)

Choose three
  • A Actions created by GitHub are automatically available and cannot be disabled.
  • B Third-party actions can be used on GitHub Enterprise Server by configuring GitHub Connect.
  • C Most GitHub-authored actions are automatically bundled for use on GitHub Enterprise Server.
  • D Use of GitHub Actions on GitHub Enterprise Server requires a persistent internet connection.
  • E Actions must be defined in the .github repository.
  • F Third-party actions can be manually synchronized for use on GitHub Enterprise Server.
Explanation

GitHub Enterprise Server automatically bundles most GitHub-authored actions. Access to other public actions from GitHub.com can be enabled through GitHub Connect, or specific public actions can be manually downloaded and synchronized with the actions-sync tool. GitHub Actions on GitHub Enterprise Server is designed for environments without full internet access.

Learn more

Community Discussion

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