Skip to content

Commit

Permalink
Merge pull request #1 from megalon/master
Browse files Browse the repository at this point in the history
Update example base64 encoding
  • Loading branch information
hamelsmu authored Jul 7, 2020
2 parents 9e80a2a + c7503b2 commit 2d92b2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ steps:
**Note: The input `APP_PEM` needs to be base64 encoded.** You can encode your private key file like this from the terminal:

```
cat your_app_key.pem | base64
cat your_app_key.pem | base64 -w 0 && echo
```
*The base64 encoded string must be on a single line, so be sure to remove any linebreaks when creating `APP_PEM` in your project's GitHub secrets.*
## Mandatory Inputs
Expand Down

0 comments on commit 2d92b2a

Please sign in to comment.