Skip to content

Commit

Permalink
Merge pull request #62 from himself65/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
orj committed Feb 26, 2024
2 parents 5565bb6 + 2e5aa07 commit 493007e
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 493007e

Please sign in to comment.