Create a project under your organization (if you haven't already). Then inside your app.json
{
"expo": {slug: <project slug here>,
"owner": <project name here>,
"extra": {
"eas": {
"projectId": <project id here>
}
}
}
}
Then
eas build:configure