mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 22:35:42 +00:00
The exportArchive step was relying on the Xcode-Token in the keychain for App Store Connect authentication. This token expires periodically, breaking headless CI builds. Pass the App Store Connect API key (already used by the upload step) to the export step as well. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>