Skip to content

Commit dd60617

Browse files
committed
changed error block
1 parent e693855 commit dd60617

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ To configure GitHub integration, you'll need to create a GitHub App within your
260260

261261
## Troubleshooting
262262

263-
### Error: Invalid private key
263+
### Invalid private key
264264

265-
<div style={{color:"#ffffff", backgroundColor:"#333333", padding:"10px", borderRadius:"5px"}}>
266-
Failed to create GitHub connection: Invalid keyData
265+
<div style={{color:"red"}}>
266+
Error: Failed to create GitHub connection: Invalid keyData
267267
</div>
268268

269269
This error usually occurs when the private key is not correctly generated. To fix this, follow the below steps.
@@ -281,18 +281,19 @@ This error usually occurs when the private key is not correctly generated. To fi
281281

282282
### Unable to connect GitHub organization account or personal account
283283

284-
<div style={{color:"#ffffff", backgroundColor:"#333333", padding:"10px", borderRadius:"5px"}}>
285-
Error: Invalid request callback URL.
284+
<div style={{color:"red"}}>
285+
Error: Invalid request callback URL.
286286
</div>
287287

288288
This error usually occurs when the callback URL is not correctly configured or the GitHub App is not marked public. To fix this, follow the below steps.
289289

290290
1. Check if the callback URL is correctly configured.
291291
2. Check if your GitHub App is marked public.
292292

293+
### Application secret value not found
293294

294-
<div style={{color:"#ffffff", backgroundColor:"#333333", padding:"10px", borderRadius:"5px"}}>
295-
Error: Application secret value not found for key: x-github-id
295+
<div style={{color:"red"}}>
296+
Error: Application secret value not found for key: x-github-id
296297
</div>
297298

298299
This error usually occurs when the application secret is not correctly configured. To fix this, follow the below steps.

0 commit comments

Comments
 (0)