From 2e5aa07267146829e3b8877c13292e75e21b7c8d Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sat, 24 Feb 2024 17:46:33 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3590e1..19afebb 100644 --- a/README.md +++ b/README.md @@ -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.