Exam GH-200 Topic 3 Question 121 Discussion
Actual exam question for Microsoft's GH-200 exam
Question #: 121
Topic #: 3
Question #: 121
Topic #: 3
You need to trigger a workflow using the GitHub API for activity that happens outside of GitHub. Which workflow event do you use?
Suggested Answer: D Vote an answer
The repository_dispatch event allows you to trigger a workflow in response to external activity. It is commonly used when you need to trigger a workflow from outside GitHub, such as from another system or service, by sending a request to the GitHub API. This event provides flexibility to integrate with various external systems and trigger workflows in a GitHub repository.
by Tess at Jun 25, 2026, 04:32 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).