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:
299
299
300
300
### `APP_ID`
301
301
302
- > ❗ **Required** | `str`
302
+ > 🔴 **Required** | `str`
303
303
304
304
The GitHub App' s unique identifier. Obtained when registering your GitHub App.
305
305
@@ -313,7 +313,7 @@ Set to `False` to either retain events indefinitely or manage cleanup separately
313
313
314
314
# ## `CLIENT_ID`
315
315
316
- > ❗ ** Required** | ` str`
316
+ > 🔴 ** Required** | ` str`
317
317
318
318
The GitHub App' s client ID. Obtained when registering your GitHub App.
319
319
@@ -325,7 +325,7 @@ Number of days to retain webhook events before cleanup. Used by both automatic c
325
325
326
326
### `NAME`
327
327
328
- > ❗ **Required** | `str`
328
+ > 🔴 **Required** | `str`
329
329
330
330
The GitHub App' s name as registered on GitHub.
331
331
@@ -372,7 +372,7 @@ GITHUB_APP = {
372
372
373
373
### `WEBHOOK_SECRET`
374
374
375
- > **Required** | `str`
375
+ > 🔴 **Required** | `str`
376
376
377
377
Secret used to verify webhook payloads from GitHub.
378
378
You can’t perform that action at this time.
0 commit comments