ios: use disposable keychain as ci default
Some checks failed
TestFlight Release / testflight (push) Failing after 15s

This commit is contained in:
2026-06-25 21:27:19 -07:00
parent e167bd983f
commit 76cb808c33
2 changed files with 12 additions and 3 deletions

View File

@@ -14,10 +14,12 @@ git push origin release/v1.10.0
```
The release job runs on the `xcode` runner label, imports the signing p12 into
a temporary keychain, installs the App Store provisioning profile, builds and
a temporary per-user keychain, makes that keychain the user default for the
duration of the job, installs the App Store provisioning profile, builds and
uploads the app with fastlane, then creates or updates the matching Gitea
release with the generated IPA as an asset. The job deletes the temporary
signing keychain in an `always()` cleanup step.
release with the generated IPA as an asset. The job restores the previous user
default keychain and deletes the temporary signing keychain in an `always()`
cleanup step.
Required repository secrets: