fail clearly when signing secrets are missing
custom release / build-custom-release (push) Failing after 9s

This commit is contained in:
2026-05-24 15:50:01 +02:00
parent 4cac15184c
commit d45edca330
2 changed files with 15 additions and 0 deletions
@@ -24,6 +24,12 @@ setup() {
run rg -n 'DEVELOPER_ID_APPLICATION_P12_PASSWORD' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'DEVELOPER_ID_APPLICATION_P12_BASE64 secret is required' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'DEVELOPER_ID_APPLICATION_P12_PASSWORD secret is required' "$WORKFLOW"
[ "$status" -eq 0 ]
run rg -n 'security create-keychain' "$WORKFLOW"
[ "$status" -eq 0 ]