ci: use FORGE_API (LAN) fallback to avoid DNS issues
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Apply labels from Type/State
|
- name: Apply labels from Type/State
|
||||||
env:
|
env:
|
||||||
FORGE_BASE: ${{ vars.FORGE_BASE }}
|
FORGE_BASE: ${{ vars.FORGE_API || vars.FORGE_BASE }}
|
||||||
FORGE_TOKEN: ${{ secrets.FORGE_TOKEN }}
|
FORGE_TOKEN: ${{ secrets.FORGE_TOKEN }}
|
||||||
REPO_FULL: ${{ gitea.repository }}
|
REPO_FULL: ${{ gitea.repository }}
|
||||||
EVENT_PATH: ${{ github.event_path }}
|
EVENT_PATH: ${{ github.event_path }}
|
||||||
|
|||||||
Reference in New Issue
Block a user