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
# (OPTIONAL) Confirm the configuration landed as you expected.
@@ -494,12 +498,16 @@ General CRUD operations against the configuration of the plugin.
494
498
*** Parameters
495
499
- =app_id= (int64) — the Application ID of the GitHub App.
496
500
- =ins_id= (int64) — the Installation ID of the GitHub App installation.
501
+
- =org_name= (string) — the name of the organisation with the GitHub App installation.
497
502
- =private_key= (string) — a private key configured in the GitHub App. This private key must be in PEM PKCS#1 RSAPrivateKey format. It is not returned with read requests for security reasons.
498
503
- =base_url= (string) — the base URL for API requests (defaults to the public GitHub API).
499
504
500
505
*** Examples
501
506
#+BEGIN_SRC shell
502
-
# Write the plugin configuration using the default base URL and reading the key from a file.
507
+
# Write the plugin configuration using the default base URL, reading the key from a file and discovering the installation ID by querying the organisation.
0 commit comments