MicrosoftMicrosoft
GH-200 · Question #64
GH-200 Question #64: Real Exam Question with Answer & Explanation
Sign in or unlock GH-200 to reveal the answer and full explanation for question #64. The question stem and answer options stay visible for context.
Author and Maintain Workflows
Question
As a developer, you need to integrate a GitHub Actions workflow with a third-party code quality provider that uses the Checks API. How should you trigger a follow-up workflow?
Options
- AAdd the workflow_run webhook event as a trigger for the workflow for the code quality integration
- BAdd the check_run webhook event as a trigger for the workflow when the code quality integration
- CAdd the pull_request webhook event as a trigger for the workflow when the code quality integration
- DAdd the deployment webhook event as a trigger for the workflow when the code quality integration
Unlock GH-200 to see the answer
You've previewed enough free GH-200 questions. Unlock GH-200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#GitHub Actions events#Checks API#Workflow triggering#Third-party integration