File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ runs:
570570 # GitHub OIDC JWT — it's the unforgeable per-repo identity the proxy meters
571571 # and abuse-checks on, so it is mandatory even when a license is present.
572572 # The engine (ChatOpenAI) can only set the bearer, not a custom header, so a
573- # license rides the bearer alongside the OIDC token as `<jwt>~cblic ~<license>`;
573+ # license rides the bearer alongside the OIDC token as `<jwt>~codeboarding-license ~<license>`;
574574 # the proxy splits on that separator (KEEP IN SYNC with gha_proxy handler).
575575 # ACTIONS_ID_TOKEN_REQUEST_URL/_TOKEN are injected into the runner process env
576576 # (NOT the `env` context) only when the job grants `id-token: write`; read them
@@ -593,7 +593,7 @@ runs:
593593 # Pack the license after the OIDC JWT; the proxy verifies the JWT (identity)
594594 # and validates the license (skips the free quota). Mask both halves.
595595 echo "::add-mask::$LICENSE"
596- BEARER="${OIDC_JWT}~cblic ~${LICENSE}"
596+ BEARER="${OIDC_JWT}~codeboarding-license ~${LICENSE}"
597597 echo "Using CodeBoarding license via hosted proxy (OIDC-identified)."
598598 else
599599 BEARER="$OIDC_JWT"
You can’t perform that action at this time.
0 commit comments