Correct GitHub secret name in sign-osx docs (#2908)

This commit is contained in:
gardc 2021-11-17 13:49:33 +01:00 committed by GitHub
parent d6ccdfce0b
commit 3a924bceed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ The secrets I used are as follows
| :---: | :---: |
|APPLE_CERTIFICATE| Base64 encoded version of your .p12 certificate. You can find a guide [here](https://localazy.com/blog/how-to-automatically-sign-macos-apps-using-github-actions#reference)|
|APPLE_CERTIFICATE_PASSWORD|Certificate password used on creation of certificate|
|APPLE_SIGNING_IDENTITY|"Developer ID Application: Your Company, Inc (XXXXXXXXX)" shown in your keychain. you can also use `security find-identity -v -p codesigning` on OSX to find this identity |
|APPLE_IDENTITY_ID|"Developer ID Application: Your Company, Inc (XXXXXXXXX)" shown in your keychain. you can also use `security find-identity -v -p codesigning` on OSX to find this identity |
|APPLE_ID|this is the email used to request the certificate|
APPLE_PASSWORD|This is an app-specific password, that must also be created by the same account used to request the certificate. Guide [here](https://support.apple.com/en-ca/HT204397)|