From 6ea42da643c29baa485b9ce4c95330840d4cf54c Mon Sep 17 00:00:00 2001 From: s-FunIA Date: Sun, 18 Jan 2026 18:35:17 +0100 Subject: [PATCH] ci: use FORGE_API (LAN) fallback to avoid DNS issues --- .gitea/workflows/auto-label-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/auto-label-issues.yml b/.gitea/workflows/auto-label-issues.yml index a0f8a30..57fee94 100644 --- a/.gitea/workflows/auto-label-issues.yml +++ b/.gitea/workflows/auto-label-issues.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Apply labels from Type/State env: - FORGE_BASE: ${{ vars.FORGE_BASE }} + FORGE_BASE: ${{ vars.FORGE_API || vars.FORGE_BASE }} FORGE_TOKEN: ${{ secrets.FORGE_TOKEN }} REPO_FULL: ${{ gitea.repository }} EVENT_PATH: ${{ github.event_path }}