The release job's Publish release step failed with:
Error: no available login
Root Cause
The Set up environment step (make setup-release) was missing REPO_TOKEN in its env. Without it, devx.tools.setup skips tea CLI login configuration, so subsequent tea releases create calls fail.
Fix
Pass REPO_TOKEN to the Set up environment step so tea login gets configured during setup.
Closes DEVX-51
## Problem
The release job's `Publish release` step failed with:
```
Error: no available login
```
## Root Cause
The `Set up environment` step (`make setup-release`) was missing `REPO_TOKEN` in its env. Without it, `devx.tools.setup` skips tea CLI login configuration, so subsequent `tea releases create` calls fail.
## Fix
Pass `REPO_TOKEN` to the `Set up environment` step so tea login gets configured during setup.
Closes DEVX-51
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: OK
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 3e2342c347 into master2026-06-25 21:02:01 +00:00
emil
deleted branch DEVX-51-fix-release-tea-login2026-06-25 21:02:01 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
The release job's
Publish releasestep failed with:Root Cause
The
Set up environmentstep (make setup-release) was missingREPO_TOKENin its env. Without it,devx.tools.setupskips tea CLI login configuration, so subsequenttea releases createcalls fail.Fix
Pass
REPO_TOKENto theSet up environmentstep so tea login gets configured during setup.Closes DEVX-51
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.