As a developer, what options should you recommend to implement standards for automation reuse? (Choose two.)
Answer(s): A,B
Creating workflow templates in the organization's .github repository allows the organization to standardize workflows and make them easily reusable across multiple repositories. This ensures consistency and simplifies maintenance.Creating reusable actions and workflows that can be called from other workflows helps modularize and standardize automation tasks. These reusable components can be maintained centrally and called from different workflows across repositories.
As a developer, you need to make sure that only actions from trusted sources are available for use in your GitHub Enterprise Cloud organization. Which of the following statements are true? (Choose three.)
Answer(s): A,B,F
You can enable specific actions for the organization by identifying them and providing version control, ensuring only trusted versions are used in workflows. GitHub-verified actions can be enabled at the enterprise level, providing an extra layer of security by ensuring that only trusted actions are available to workflows. Actions can be published to an internal marketplace, allowing organizations to share reusable actions securely within their enterprise without exposing them to the public.
What menu options in a repository do you need to select in order to use a starter workflow that is provided by your organization?
Answer(s): D
To use a starter workflow provided by your organization, you need to go to the Actions tab in the repository and select New workflow. This option allows you to either create a new workflow or select from a list of available workflow templates, including starter workflows provided by your organization.
Where should workflow files be stored to be triggered by events in a repository?
Answer(s): A
Workflow files must be stored in the .github/workflows/ directory of the repository. This is the standard location for GitHub Actions workflow files, and workflows in this directory are automatically triggered by events defined in the file, such as pushes, pull requests, or other GitHub events.
Post your Comments and Discuss GitHub GitHub-Actions exam with other Community members:
Ian Hoskings commented on January 23, 2025 Hi I purchased the CKA exam and should have got the Github Actions exams as well. The Github exam is not downloading, can you advise please UNITED KINGDOM upvote
Our website is free, but we have to fight against bots and content theft. We're sorry for the inconvenience caused by these security measures. You can access the rest of the GitHub-Actions content, but please register or login to continue.