We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3592d commit 51c3ae9Copy full SHA for 51c3ae9
.github/actions/configure-keystore/action.yml
@@ -169,3 +169,8 @@ runs:
169
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
170
cp "$PROFILE_PATH" ~/Library/MobileDevice/Provisioning\ Profiles/
171
echo "✅ Installed provisioning profile"
172
+
173
+ echo "Configuring default keychain"
174
+ security list-keychains -d user -s "$KEYCHAIN_PATH"
175
+ security default-keychain -s "$KEYCHAIN_PATH"
176
0 commit comments