Avoid Fastlane API key environment collision
Some checks failed
TestFlight / Build and upload (push) Failing after 28s

This commit is contained in:
2026-07-27 17:06:01 -07:00
parent 989ab4db1d
commit eb15448510
4 changed files with 12 additions and 12 deletions

View File

@@ -56,8 +56,8 @@ git push origin release/v2.0.0
The workflow uses the `macos-arm64` runner and Fastlane Match. It expects these
repository Actions secrets:
- `APP_STORE_CONNECT_API_KEY_ID`
- `APP_STORE_CONNECT_API_ISSUER_ID`
- `APP_STORE_CONNECT_API_KEY`
- `ASC_KEY_ID`
- `ASC_ISSUER_ID`
- `ASC_KEY`
- `MATCH_PASSWORD`
- `MATCH_GIT_BASIC_AUTHORIZATION`