Skip to content

Commit e1498f4

Browse files
committed
set KEYCLOAK_HOST=localhost for CI runner
1 parent 207df5e commit e1498f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-enterprise.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
PREMIUM_KEY: ${{ secrets.PREMIUM_KEY_ENTERPRISE }}
6363
PREMIUM_ENABLED: "true"
6464
SYSTEM_ENABLEANALYTICS: "false"
65+
# The compose stacks default KEYCLOAK_HOST to kubernetes.docker.internal,
66+
# which only resolves on Docker Desktop. Override to localhost so the
67+
# Keycloak-issued redirect URLs are reachable from the GHA runner.
68+
KEYCLOAK_HOST: localhost
6569
steps:
6670
- name: Harden Runner
6771
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1

0 commit comments

Comments
 (0)