We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333308a commit 4945bbbCopy full SHA for 4945bbb
README.md
@@ -335,8 +335,8 @@ The GitHub App's name as registered on GitHub.
335
336
The GitHub App's private key for authentication. Can be provided as either:
337
338
-- Raw key contents (e.g., from environment variable)
339
-- Path to key file (as string or Path object)
+- Raw key contents (e.g., from an environment variable)
+- Path to key file (as a `str` or `Path` object)
340
341
The library will automatically detect and read the key file if a path is provided.
342
0 commit comments