Thanks to visit codestin.com
Credit goes to github.com

Skip to content

OPS: Create appstore_api_key.json before Catalyst TestFlight upload#8323

Merged
marcosrdz merged 2 commits into
ccccfrom
copilot/sub-pr-8309-again
Feb 22, 2026
Merged

OPS: Create appstore_api_key.json before Catalyst TestFlight upload#8323
marcosrdz merged 2 commits into
ccccfrom
copilot/sub-pr-8309-again

Conversation

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

The upload_catalyst_to_testflight Fastfile lane uses api_key_path: "./appstore_api_key.json" directly, but the workflow never created this file — causing the upload to fail silently.

Changes

  • build-mac-catalyst.yml: Add a step before the TestFlight upload to write ./appstore_api_key.json from secrets.APPLE_API_KEY_CONTENT, mirroring the pattern used in build-ios-release-pullrequest.yml
  • Add a cleanup step (if: always()) immediately after the upload to remove the key file from the runner regardless of success/failure

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] WIP address feedback on OPS: Catalyst PR OPS: Create appstore_api_key.json before Catalyst TestFlight upload Feb 22, 2026
Copilot AI requested a review from marcosrdz February 22, 2026 18:55
@marcosrdz marcosrdz marked this pull request as ready for review February 22, 2026 18:57
@marcosrdz marcosrdz merged commit da37672 into cccc Feb 22, 2026
3 checks passed
@marcosrdz marcosrdz deleted the copilot/sub-pr-8309-again branch February 22, 2026 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants