You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(SundialKit): rename App Store Connect key secret to *_BASE64
Both Fastlane lanes already pass is_key_content_base64: true, but the
secret name APP_STORE_CONNECT_API_KEY_KEY was ambiguous about its
encoding. Rename to APP_STORE_CONNECT_API_KEY_KEY_BASE64 in the
workflow env blocks and Fastfile ENV reads so the contract is explicit
and a new, freshly base64-encoded secret can be added without colliding
with the old value.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments