Skip to content

Commit

Permalink
note that app private key needs to be base64 encoded (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx authored Aug 4, 2023
1 parent 19abc0b commit 41b174f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 41b174f

Please sign in to comment.