Skip to content

Commit 5228f5d

Browse files
[Actions] Document new check_run_id OIDC claim (#58411)
1 parent 4a8ebc1 commit 5228f5d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/actions/reference/security/oidc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ The OIDC token includes the following claims.
4949
| `actor`| The personal account that initiated the workflow run. |
5050
| `actor_id`| The ID of personal account that initiated the workflow run. |
5151
| `base_ref`| The target branch of the pull request in a workflow run. |
52+
| {% ifversion actions-OIDC-check-run-id-claim %} |
53+
| `check_run_id`| The check run ID of the current job. |
54+
| {% endif %} |
5255
| {% ifversion actions-OIDC-custom-claim-enterprise %} |
5356
| `enterprise`| The name of the enterprise that contains the repository from where the workflow is running. |
5457
| {% endif %} |
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
versions:
2+
ghec: '*'
3+
fpt: '*'

0 commit comments

Comments
 (0)