expo / expo/expo-github-action
eas build - Service Unavailable
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
### Description of the bug
When we run `eas build --platform all --non-interactive --wait --profile production --auto-submit`
We receive nearly immediately the following error:

The error message is ambiguous and doesn't allow me to search for possible fixes.
### To Reproduce
- Run the above command as github action
#### Expected behavior
- To trigger a build on expo
#### Actual behavior
- Error without triggering a build on expo.dev
### Additional context
We use the latest `eas`:
```yml
- name: Setup Expo
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
```
#### Works on local mac
I successfully triggered a build from my local mac running `eas build --platform android --non-interactive --wait --profile production.
On the first attempt, I got the same error as on CI but the next attempt succeeded. This leads me to think that this could be an issue with `expo-github-action`
#### Last successful build
On Dec 18, 2024 we made last successful build on our CI
I've also created a thread on [expo's discord](https://discord.com/channels/695411232856997968/1333745761208504413)
Contributor guide
Assessment
This issue has not been assessed yet.