mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 00:21:34 +03:00
Correct GitHub secret name in sign-osx docs (#2908)
This commit is contained in:
parent
d6ccdfce0b
commit
3a924bceed
@ -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)|
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user