Refactor Makefile to update certificate verification and remove importing private key
This commit is contained in:
parent
feae146523
commit
da08db7f3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug-macos.yml
vendored
2
.github/workflows/debug-macos.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
security import ./certs/distribution.cer -k $KEYCHAIN_PATH -T /usr/bin/codesign
|
||||
|
||||
# import private key to keychain
|
||||
security import ./certs/private_key.p12 -k $KEYCHAIN_PATH -P "${{ secrets.APPLE_PRIVATE_KEY_PASSWORD }}" -T /usr/bin/codesign
|
||||
security import ./certs/private_key.p12 -k $KEYCHAIN_PATH -P '${{ secrets.APPLE_PRIVATE_KEY_PASSWORD }}' -T /usr/bin/codesign
|
||||
|
||||
security list-keychain -d user -s $KEYCHAIN_PATH
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue