We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check_run_id
1 parent 4a8ebc1 commit 5228f5dCopy full SHA for 5228f5d
2 files changed
content/actions/reference/security/oidc.md
@@ -49,6 +49,9 @@ The OIDC token includes the following claims.
49
| `actor`| The personal account that initiated the workflow run. |
50
| `actor_id`| The ID of personal account that initiated the workflow run. |
51
| `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 %} |
55
| {% ifversion actions-OIDC-custom-claim-enterprise %} |
56
| `enterprise`| The name of the enterprise that contains the repository from where the workflow is running. |
57
| {% endif %} |
data/features/actions-OIDC-check-run-id-claim.yml
@@ -0,0 +1,3 @@
1
+versions:
2
+ ghec: '*'
3
+ fpt: '*'
0 commit comments