From 72babc6b8f5e44ea3b3ba70e9d19e67992db7177 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Thu, 3 Aug 2023 22:03:08 -0700 Subject: [PATCH] note that app private key needs to be base64 encoded --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64062bb..acf6581 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Once you have the bot user setup and the GitHub app configured you are ready to Get the following details about your GitHub app: - `APP_ID` - `WEBHOOK_SECRET` -- `PRIVATE_KEY` +- `PRIVATE_KEY` (base64 encoded) You will need to base64 encode the private key.