From f4b35e3385d98897fc2a9a8999d03652af6b9354 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Fri, 19 Jun 2026 15:55:55 +0200 Subject: [PATCH] Source .env from beacon7 instead of Gitea secrets TX_URL and TX_PASSWORD are read from ~/testsuite_tx_ui/.env on the runner host rather than Gitea repo secrets, which aren't configured. Co-Authored-By: Claude Sonnet 4.6 --- .gitea/workflows/hw-ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/hw-ci.yaml b/.gitea/workflows/hw-ci.yaml index c55ce31..e5811ed 100644 --- a/.gitea/workflows/hw-ci.yaml +++ b/.gitea/workflows/hw-ci.yaml @@ -31,10 +31,8 @@ jobs: " - name: Run UI regression tests - env: - TX_URL: ${{ secrets.TX_URL }} - TX_PASSWORD: ${{ secrets.TX_PASSWORD }} run: | cd ~/testsuite_tx_ui git pull + set -a && source .env && set +a ~/.local/bin/poetry run pytest -v