Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down