DEVX-51: Fix release tea login configuration in post-merge workflow #79

Merged
emil merged 0 commits from DEVX-51-fix-release-tea-login into master 2026-06-25 21:02:01 +00:00
Owner

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

## 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
emil added the ready-to-merge label 2026-06-25 21:00:29 +00:00
emil reviewed 2026-06-25 21:01:04 +00:00
emil left a comment
Author
Owner

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.

## 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 master 2026-06-25 21:02:01 +00:00
emil deleted branch DEVX-51-fix-release-tea-login 2026-06-25 21:02:01 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/devx#79