1
0
mirror of synced 2025-12-19 09:57:42 -05:00

[Actions] Document new check_run_id OIDC claim (#58411)

This commit is contained in:
Luke Tomlinson
2025-11-12 11:22:19 -05:00
committed by GitHub
parent 4a8ebc1979
commit 5228f5d4c7
2 changed files with 6 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ The OIDC token includes the following claims.
| `actor`| The personal account that initiated the workflow run. |
| `actor_id`| The ID of personal account that initiated the workflow run. |
| `base_ref`| The target branch of the pull request in a workflow run. |
| {% ifversion actions-OIDC-check-run-id-claim %} |
| `check_run_id`| The check run ID of the current job. |
| {% endif %} |
| {% ifversion actions-OIDC-custom-claim-enterprise %} |
| `enterprise`| The name of the enterprise that contains the repository from where the workflow is running. |
| {% endif %} |

View File

@@ -0,0 +1,3 @@
versions:
ghec: '*'
fpt: '*'