File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -139,22 +139,21 @@ uv run nox --session test -- --integration
139139
140140#### Setting up a Test GitHub App
141141
142- 1 . Create a new GitHub App:
142+ 1 . Create a new GitHub App.
143143 - Go to GitHub Developer Settings > GitHub Apps > New GitHub App
144144 - Name: ` @<username> - django-github-app tests ` (must be unique on GitHub, max 34 characters)
145145 - Homepage URL: Your fork's URL (e.g., ` https://github.com/<username>/django-github-app ` )
146146 - Webhooks: Disable by unchecking "Active" (no webhook tests currently implemented)
147147 - Permissions:
148148 - Repository: Metadata (Read-only)
149149 - Installation: "Only on this account"
150-
1511502 . After creation, collect these values:
152151 - App ID (from app settings)
153152 - Client ID (from app settings)
154153 - Private key (generate and download)
155154 - Installation ID (from URL after installing: ` https://github.com/settings/installations/<ID> ` )
156155
157- 3 . Configure environment variables:
156+ 3 . Configure environment variables.
158157
159158 Using direnv (recommended):
160159
You can’t perform that action at this time.
0 commit comments