commit 04034f68b119d7ede36fb6a9c8ad51fb206700b4
parent 53de9865b30524c312ca28373b6599cfac5e44f8
Author: iostpa <iostpa@iostpa.com>
Date: Sun, 15 Feb 2026 18:34:05 +0200
Update README.md
Diffstat:
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/README.md b/README.md
@@ -20,24 +20,3 @@ This is the source code of the is-a.dev Reviewbot! The bot uses [octokit.js](htt
5. Ensure your server is reachable from the internet.
- If you're using `smee`, run `smee -u <smee_url> -t http://localhost:3000/api/webhook`.
6. Ensure your GitHub App includes at least one repository on its installations.
-
-## Usage
-
-With your server running, you can now create a pull request on any repository that
-your app can access. GitHub will emit a `pull_request.opened` event and will deliver
-the corresponding Webhook [payload](https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads#pull_request) to your server.
-
-The server in this example listens for `pull_request.opened` events and acts on
-them by creating a comment on the pull request, with the message in `message.md`,
-using the [octokit.js rest methods](https://github.com/octokit/octokit.js#octokitrest-endpoint-methods).
-
-## Security considerations
-
-To keep things simple, this example reads the `GITHUB_APP_PRIVATE_KEY` from the
-environment. A more secure and recommended approach is to use a secrets management system
-like [Vault](https://www.vaultproject.io/use-cases/key-management), or one offered
-by major cloud providers:
-[Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/secrets/quick-create-node?tabs=windows),
-[AWS Secrets Manager](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/),
-[Google Secret Manager](https://cloud.google.com/nodejs/docs/reference/secret-manager/latest),
-etc.