Skip to content

Commit 44cb94e

Browse files
authored
chore(docs): Webhook check_run Event Subscription Docs (#737)
The way to configure subscribing to the `check_run` events on GitHub has apparently changed. It is now under the "Permissions & Events" section.
1 parent 01db901 commit 44cb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Go back to the GitHub App and update the following settings.
197197
1. Enable the webhook.
198198
2. Provide the webhook url, should be part of the output of terraform.
199199
3. Provide the webhook secret.
200-
4. Enable the `check_run` event for the webhook.
200+
4. In the "Permissions & Events" section and then "Subscribe to Events" subsection, check "Check Run".
201201
5. In the "Install App" section, install the App in your organization, either in all or in selected repositories.
202202

203203
You are now ready to run action workloads on self hosted runner. Remember that builds will fail if there is no (offline) runner available with matching labels.

0 commit comments

Comments
 (0)