You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/github/docs/connections/github.rst
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ GitHub App authentication
52
52
You can authenticate using a GitHub App installation by setting the extra field of your connection, instead of using a token.
53
53
54
54
- ``key_path``: Path to the private key file used for GitHub App authentication.
55
+
- ``private_key``: The private key content used for GitHub App authentication. (alternative to ``key_path``)
55
56
- ``app_id``: The application ID.
56
57
- ``installation_id``: The ID of the app installation.
57
58
- ``token_permissions``: A dictionary of permissions. - Properties of permissions - https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app
0 commit comments