Skip to content

Commit 3240c27

Browse files
emoji consistency
1 parent c740d40 commit 3240c27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The following settings are required:
299299
300300
### `APP_ID`
301301
302-
> **Required** | `str`
302+
> 🔴 **Required** | `str`
303303
304304
The 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
318318
The 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
330330
The 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
377377
Secret used to verify webhook payloads from GitHub.
378378

0 commit comments

Comments
 (0)