Skip to content

Commit

Permalink
Merge remote-tracking branch 'manuelpagliuca/patch-1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdailey committed Mar 9, 2024
2 parents 1923310 + c3b7e74 commit b7fe657
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 b7fe657

Please sign in to comment.