From 41b174fe7a6660114128a2e217b68472c3ef90a8 Mon Sep 17 00:00:00 2001 From: Rob Anderson Date: Fri, 4 Aug 2023 01:04:08 -0400 Subject: [PATCH] note that app private key needs to be base64 encoded (#63) --- 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.