Skip to content

Commit c684be2

Browse files
Spell out cblic
1 parent acb6d66 commit c684be2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)