ci: use FORGE_API (LAN) fallback to avoid DNS issues
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user