File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ The following settings are required:
299299
300300### `APP_ID`
301301
302- > ❗ **Required** | `str`
302+ > 🔴 **Required** | `str`
303303
304304The GitHub App' s unique identifier. Obtained when registering your GitHub App.
305305
@@ -313,7 +313,7 @@ Set to `False` to either retain events indefinitely or manage cleanup separately
313313
314314# ## `CLIENT_ID`
315315
316- > ❗ ** Required** | ` str`
316+ > 🔴 ** Required** | ` str`
317317
318318The GitHub App' s client ID. Obtained when registering your GitHub App.
319319
@@ -325,7 +325,7 @@ Number of days to retain webhook events before cleanup. Used by both automatic c
325325
326326### `NAME`
327327
328- > ❗ **Required** | `str`
328+ > 🔴 **Required** | `str`
329329
330330The GitHub App' s name as registered on GitHub.
331331
@@ -372,7 +372,7 @@ GITHUB_APP = {
372372
373373### `WEBHOOK_SECRET`
374374
375- > **Required** | `str`
375+ > 🔴 **Required** | `str`
376376
377377Secret used to verify webhook payloads from GitHub.
378378
You can’t perform that action at this time.
0 commit comments