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 21dbcaa commit c9638d1Copy full SHA for c9638d1
.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
+ touch "$DEV_CERT_P12"
34
ls "$RUNNER_TEMP"
35
echo -n "$DEV_CERT_B64" | base64 --decode --output "$DEV_CERT_P12"
36
0 commit comments