From 95d4f7ad2079319247b9f6af9c0eb9840f5f1f41 Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Fri, 6 Sep 2024 19:04:01 -0400 Subject: [PATCH] Add keychain adjustment step that was removed when it shouldnt have been --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdf344b..257b6ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,6 +177,7 @@ jobs: # import certificate to keychain security import $CERTIFICATE_PATH -P "$P12_PASSWORD" -A -t cert -f pkcs12 -k $KEYCHAIN_PATH security set-key-partition-list -S apple-tool:,apple: -k "$KEYCHAIN_PASSWORD" $KEYCHAIN_PATH + security list-keychain -d user -s $KEYCHAIN_PATH > /dev/null working-directory: ./.github/workflows/setup-apple-signing - name: Set up App Store Connect API key if: ${{ matrix.target == 'ios' }}