Skip to content

Commit

Permalink
emoji consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Nov 14, 2024
1 parent c740d40 commit 3240c27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ The following settings are required:
### `APP_ID`
> **Required** | `str`
> 🔴 **Required** | `str`
The GitHub App's unique identifier. Obtained when registering your GitHub App.
Expand All @@ -313,7 +313,7 @@ Set to `False` to either retain events indefinitely or manage cleanup separately
### `CLIENT_ID`
> **Required** | `str`
> 🔴 **Required** | `str`
The GitHub App's client ID. Obtained when registering your GitHub App.
Expand All @@ -325,7 +325,7 @@ Number of days to retain webhook events before cleanup. Used by both automatic c
### `NAME`
> **Required** | `str`
> 🔴 **Required** | `str`
The GitHub App's name as registered on GitHub.
Expand Down Expand Up @@ -372,7 +372,7 @@ GITHUB_APP = {
### `WEBHOOK_SECRET`
> **Required** | `str`
> 🔴 **Required** | `str`
Secret used to verify webhook payloads from GitHub.
Expand Down

0 comments on commit 3240c27

Please sign in to comment.