EAS Submit how set env to submit config

I’m using EAS Submit to deploy iOS and Android app.
I would like to ‘submit config’ using environment variable to setting appleId and ascAppId.
Is can use environment variable on submit config?

{
  "cli": {
    "version": ">= 0.48.2"
  },
    "build": {},
    "preview": {},
    "production": {}
  },
  "submit": {
    "production": {
      "ios": {
        // I would like to use env variable...
        "appleId": "xxx",
        "ascAppId": "xxx",
      },
      "android": {}
    }
  }
}

No, but you can create a separate submit profile for each app instead of just using production profile

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.