From 522777f1ac43c9caabe0a828600fefd6bd26a189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:50:23 +0000 Subject: [PATCH] chore: format --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c09bcfe9..51b88026 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ compatibility_flags = ["nodejs_compat"] The following must be set as environment variables for Cloudflare Workers -|Key |Value | -|----|------| -| OCTOFLARE_APP_ID | GitHub App ID | +| Key | Value | +| --------------------------- | ------------------------------------------------ | +| OCTOFLARE_APP_ID | GitHub App ID | | OCTOFLARE_PRIVATE_KEY_PKCS8 | GitHub App private key converted to PKCS8 format | -| OCTOFLARE_WEBHOOK_SECRET | GitHub App Webhook Secret | +| OCTOFLARE_WEBHOOK_SECRET | GitHub App Webhook Secret | [Type Definition](./src/types/OctoflareHandler.ts) @@ -47,4 +47,3 @@ Before using the private key provided by GitHub, you need to convert it to PKCS8 ```sh openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in private-key.pem -out private-key-pkcs8.key ``` -