Skip to content

Commit c066153

Browse files
committed
style: prettier
1 parent b54ec1c commit c066153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This package moves the functionality of `probot run` into a handler suitable for
2222
To use `.env` files with the [Serverless Framework](https://github.com/serverless/serverless), you can install the [serverless-dotenv-plugin](https://www.serverless.com/plugins/serverless-dotenv-plugin). This will take care of keeping your secrets out of your deployed package.
2323

2424
### Serverless dotenv plugin usage
25+
2526
```yaml
2627
plugins:
2728
- serverless-dotenv-plugin # Load .env as environment variables
@@ -33,8 +34,6 @@ provider:
3334
3435
For the private key, since AWS environment variables cannot be multiline strings, you could [Base64 encode](https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings) the `.pem` file you get from the GitHub App or use [KMS](https://aws.amazon.com/kms/) to encrypt and store the key.
3536

36-
37-
3837
## Differences from `probot run`
3938

4039
#### Local Development

0 commit comments

Comments
 (0)