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