ci: use FORGE_API (LAN) fallback to avoid DNS issues

This commit is contained in:
s-FunIA
2026-01-18 18:35:17 +01:00
parent fc192ce517
commit 6ea42da643

View File

@@ -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 }}