We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f2c78 commit 21dbcaaCopy full SHA for 21dbcaa
.github/workflows/deploy.yml
@@ -30,6 +30,7 @@ jobs:
30
security create-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
31
security set-keychain-settings -lut "$KEYCHAIN_TIMEOUT" "$KEYCHAIN_DB"
32
security unlock-keychain -p "$KEYCHAIN_PWD" "$KEYCHAIN_DB"
33
+ ls "$RUNNER_TEMP"
34
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
35
ls "$RUNNER_TEMP"
36
security import "$DEV_CERT_P12" -P "$DEV_CERT_PWD" -A -t cert -f pkcs12 -k "$KEYCHAIN_DB"
0 commit comments