Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 6, 2023
1 parent b6b5042 commit 522777f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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
```

0 comments on commit 522777f

Please sign in to comment.