You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(github): use API-resolved org login for OIDC subject claims
Use data.github_organization.alz.login instead of var.organization_name when constructing OIDC subject claims for federated credentials.
This preserves exact org casing in the repo: segment to match GitHub token assertions and avoid AADSTS7002138 case-sensitive matching failures.
Also lower-case the org in job_workflow_ref template composition to align with observed GitHub token behavior for reusable workflow refs.
0 commit comments