[object Object]

← back to Nineoh Guide

eas: fix stale ascApiKeyPath to the real key location

34c4033fcb690d41e1cb0bc42cd7f7fe19bac0e3 · 2026-09-13 01:26:38 -0700 · Steve Abrams

Old relative path ../../.credentials/asc-api-key.p8 no longer resolves
(the file moved). Real, single copy of the account-level ASC API key
lives at ~/private_keys/AuthKey_72Y2TZT54R.p8 per the
asc-api-key-account-level reference.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Files touched

Diff

commit 34c4033fcb690d41e1cb0bc42cd7f7fe19bac0e3
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun Sep 13 01:26:38 2026 -0700

    eas: fix stale ascApiKeyPath to the real key location
    
    Old relative path ../../.credentials/asc-api-key.p8 no longer resolves
    (the file moved). Real, single copy of the account-level ASC API key
    lives at ~/private_keys/AuthKey_72Y2TZT54R.p8 per the
    asc-api-key-account-level reference.
    
    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---
 apps/mobile/eas.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json
index 87dceb6..f09258a 100644
--- a/apps/mobile/eas.json
+++ b/apps/mobile/eas.json
@@ -37,7 +37,7 @@
         "appleId": "steveabramsdesigns@gmail.com",
         "appleTeamId": "3VAV3KMNZK",
         "ascAppId": "6798381949",
-        "ascApiKeyPath": "../../.credentials/asc-api-key.p8",
+        "ascApiKeyPath": "/Users/macstudio3/private_keys/AuthKey_72Y2TZT54R.p8",
         "ascApiKeyId": "72Y2TZT54R",
         "ascApiKeyIssuerId": "cfbd63ed-301b-465c-aad7-49e94420ad70"
       }

← 4310f6e mobile: align deps to Expo SDK 57 (pre-build hygiene before  ·  back to Nineoh Guide  ·  docs: pre-stage both 90210 resubmission branches (execute on 1b7b296 →