mirror of
https://github.com/openai/codex.git
synced 2026-09-09 15:58:47 +00:00
Fix for env var
This commit is contained in:
5
.github/actions/macos-code-sign/action.yml
vendored
5
.github/actions/macos-code-sign/action.yml
vendored
@@ -44,6 +44,11 @@ runs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ "${APPLE_CERTIFICATE_PASSWORD+__codex_password_is_set__}" != "__codex_password_is_set__" ]]; then
|
||||
echo "APPLE_CERTIFICATE_PASSWORD must be set for macOS signing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
cert_path="${RUNNER_TEMP}/apple_signing_certificate.p12"
|
||||
echo "$APPLE_CERTIFICATE" | base64 -d > "$cert_path"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user