Skip to content

Commit

Permalink
More testing for apple build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcgivery committed Sep 19, 2024
1 parent 845679b commit b2dfe68
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/apple2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,17 @@ jobs:
p12-file-base64: ${{steps.gsm-secrets.outputs.MACOS_CERT_BUNDLE_BASE64}}
p12-password: ${{steps.gsm-secrets.outputs.MACOS_CERT_BUNDLE_PASSWORD}}
keychain-password: ${{steps.gsm-secrets.outputs.MACOS_KEYCHAIN_PASSWORD}}
keychain: rhaitest-keychain

- name: "verify keys"
run: |
KEYCHAIN_NAME="rhaitest-keychain"
echo "Setting default keychain..."
security default-keychain -d user -s $KEYCHAIN_NAME
echo "Unlocking keychain..."
security unlock-keychain -p "${MACOS_KEYCHAIN_PASSWORD}" $KEYCHAIN_NAME
echo "Verifying keychain is set up correctly..."
security find-identity -v -p codesigning

0 comments on commit b2dfe68

Please sign in to comment.