Skip to content

Commit

Permalink
Missing -i input option in the base64 command
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpagliuca authored Jan 17, 2024
1 parent 5565bb6 commit c3b7e74
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 @@ -12,7 +12,7 @@ Next, create a .p12 file that combines all of your certificates and private keys
Copy the .p12 format in base64:

```sh
base64 CertificateFile.p12 | pbcopy
base64 -i CertificateFile.p12 | pbcopy
```

Paste the output of the above command into a secret called `CERTIFICATES_P12` and the password into `CERTIFICATES_P12_PASSWORD` into the GitHub Actions Secrets in the GitHub settings.
Expand Down

0 comments on commit c3b7e74

Please sign in to comment.