From 5efc7c174131442af5db3f7d387cf1625b173b25 Mon Sep 17 00:00:00 2001 From: Michiel Oda <97458010+MichielOda@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:17:37 +0200 Subject: [PATCH] Update supported claims and add GitHub note Added support for new claims and noted upcoming changes to GitHub's handling of federated credentials. --- ...identities-flexible-federated-identity-credentials.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/workload-id/workload-identities-flexible-federated-identity-credentials.md b/docs/workload-id/workload-identities-flexible-federated-identity-credentials.md index f3cbec159bb..dcf1b7e5239 100644 --- a/docs/workload-id/workload-identities-flexible-federated-identity-credentials.md +++ b/docs/workload-id/workload-identities-flexible-federated-identity-credentials.md @@ -82,7 +82,14 @@ Supported issuer URLs: `https://token.actions.githubusercontent.com` Supported claims and operators per claim: - Claim `sub` supports operators `eq` and `matches` -- Claim `job_workflow_ref` supports operators `eq` and `matches` +- Claim `job_workflow_ref` supports operators `eq` and `matches` +- Claim `repository_id` supports operators `eq` +- Claim `repository_owner_id` supports operators `eq` + +> [!NOTE] +> +> Starting July 15, 2026, GitHub applies the immutable format automatically to repositories that are created, renamed, or transferred. +> See [Migrate GitHub Actions federated credentials to immutable subjects](./workload-identities-github-immutable-subjects.md) for more information. ### [GitLab](#tab/gitlab)