Skip to content

fix: correct env var name for Fastlane in TestFlight upload step#2

Merged
Ghostmonday merged 1 commit into
mainfrom
fix/fastlane-env-var-name
Apr 27, 2026
Merged

fix: correct env var name for Fastlane in TestFlight upload step#2
Ghostmonday merged 1 commit into
mainfrom
fix/fastlane-env-var-name

Conversation

@Ghostmonday

Copy link
Copy Markdown
Owner

Problem

Fastlane's app_store_connect_api_key_from_env reads APP_STORE_CONNECT_API_KEY_P8_BASE64 directly from the environment (Fastfile line 17):

But the Upload step was passing APP_STORE_CONNECT_API_KEY instead — causing:

Fix

Rename APP_STORE_CONNECT_API_KEYAPP_STORE_CONNECT_API_KEY_P8_BASE64 in the Upload step env block, matching what the Fastfile expects.

@Ghostmonday Ghostmonday merged commit 8d3f40d into main Apr 27, 2026
1 of 2 checks passed
@Ghostmonday Ghostmonday deleted the fix/fastlane-env-var-name branch April 27, 2026 10:19
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.

1 participant