We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207df5e commit e1498f4Copy full SHA for e1498f4
1 file changed
.github/workflows/build-enterprise.yml
@@ -62,6 +62,10 @@ jobs:
62
PREMIUM_KEY: ${{ secrets.PREMIUM_KEY_ENTERPRISE }}
63
PREMIUM_ENABLED: "true"
64
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
69
steps:
70
- name: Harden Runner
71
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
0 commit comments