Hello, based on your screenshot, the issue is identified: The Zeabur GitHub App has not been installed on your Heliaris-Studio organization yet.
The first screenshot shows your GitHub personal Applications page, where the Installed GitHub Apps list only contains Cloudflare Workers and Pages—Zeabur is missing. Zeabur uses the GitHub App to read your repository list; if the App isn't installed, the frontend dropdown naturally won't find your repos.
I also checked your account, and the GitHub OAuth is linked correctly, which is fine. The missing piece is the GitHub App installation.
Solution: Install the Zeabur GitHub App to the Heliaris-Studio organization
- Open https://github.com/apps/zeabur
- Click Install / Configure
- Select
Heliaris-Studio (your organization account)
- Under "Repository access", select All repositories (to allow Zeabur to deploy all repos) or Only select repositories (to pick specific ones, e.g.,
Acivs / Acivs-Frontend)
- Confirm the installation
After installation, return to the Zeabur Dashboard, and you will see the Heliaris-Studio/Acivs repositories in the GitHub search when deploying a service.
Note: GitHub App and GitHub OAuth are two separate things. OAuth is used to log in to Zeabur (which you have already done); the GitHub App is what allows Zeabur to read/deploy your repositories. You are currently stuck on the latter.
If you still can't see them after installation, let me know, and I will investigate further.