瀏覽代碼

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

gardc 3 年之前
父節點
當前提交
3a924bceed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/usage/guides/bundler/sign-osx.md

+ 1 - 1
docs/usage/guides/bundler/sign-osx.md

@@ -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)|