GITHUB-ACTIONS · Question #60
Which of the following statements are true regarding the use of GitHub Actions on a GitHub Enterprise Server instance? (Choose three.)
The correct answer is A. Use of GitHub Actions on GitHub Enterprise Server requires a persistent internet connection D. Third party actions can be used on GitHub Enterprise Server by configuring GitHub Connect F. Third party actions can be manually synchronized for use on GitHub Enterprise Server. GitHub Actions on GitHub Enterprise Server often requires an internet connection, especially for accessing actions from the GitHub Marketplace or third-party actions unless they are manually synced to the server. To use third-party actions on GitHub Enterprise Server, GitHub Conn
Question
Which of the following statements are true regarding the use of GitHub Actions on a GitHub Enterprise Server instance? (Choose three.)
Options
- AUse of GitHub Actions on GitHub Enterprise Server requires a persistent internet connection
- BActions created by GitHub are automatically available and cannot be disabled
- CMost GitHub authored actions are automatically bundled for use on GitHub Enterprise Server
- DThird party actions can be used on GitHub Enterprise Server by configuring GitHub Connect
- EActions must be defined in the .github repository
- FThird party actions can be manually synchronized for use on GitHub Enterprise Server
How the community answered
(45 responses)- A44% (20)
- B9% (4)
- C18% (8)
- E29% (13)
Explanation
GitHub Actions on GitHub Enterprise Server often requires an internet connection, especially for accessing actions from the GitHub Marketplace or third-party actions unless they are manually synced to the server. To use third-party actions on GitHub Enterprise Server, GitHub Connect can be used to establish a connection between the server and GitHub.com, enabling access to third-party actions. Third- party actions can also be manually synchronized to the GitHub Enterprise Server, making them available for use in workflows.
Topics
Community Discussion
No community discussion yet for this question.