Skip to content

Commit

Permalink
Unlock default keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Oct 5, 2024
1 parent f73a9bf commit af0236e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
# security set-keychain-settings -lut 21600 "$keychain_path"
# security unlock-keychain -p "$keychain_password" "$keychain_path"
security unlock-keychain
security import "$private_key" -P "$p12_password" -T /usr/bin/codesign -T /usr/bin/security
security import "$cert" -T /usr/bin/codesign -T /usr/bin/security
# security set-key-partition-list -S apple-tool:,apple: -k "" "$keychain_path"
Expand Down

0 comments on commit af0236e

Please sign in to comment.