Skip to content

Commit 0a87dd9

Browse files
Fix missing backtick on new allowlist URL (#82)
Fix a backtick I missed in my last PR. Signed-off-by: Alexis Grant <[email protected]>
1 parent b1160b8 commit 0a87dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Under the hood, this config adds these allowlist items:
9999
- GET `https://github.example.com/api/v3/users/:user/installation`
100100
- GET `https://github.example.com/api/v3/users/:user/installation/repositories`
101101
- GET `https://github.example.com/api/v3/app`
102-
- POST `https://github.example.com/api/v3/app/installations/:id/access_tokens
102+
- POST `https://github.example.com/api/v3/app/installations/:id/access_tokens`
103103
- POST `https://github.example.com/api/v3/app-manifests/:code/conversions`
104104
- POST `https://github.example.com/api/v3/repos/:owner/:repo/pulls/:number/comments`
105105
- POST `https://github.example.com/api/v3/repos/:owner/:repo/issues/:number/comments`

0 commit comments

Comments
 (0)