From 9c42e3da6afe82a4640a6dc57470971f937203d2 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 16 Apr 2025 12:36:43 +0200 Subject: [PATCH] security-hardening-with-openid-connect: Add missing comma The JSON snippet was missing a comma after the `runner_environment` value, making the snippet invalid JSON. --- .../about-security-hardening-with-openid-connect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md b/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md index d1f43177defb..7bccec38b3ef 100644 --- a/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md +++ b/content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md @@ -78,7 +78,7 @@ The following example OIDC token uses a subject (`sub`) that references a job en "run_id": "example-run-id", "run_number": "10", "run_attempt": "2", - "runner_environment": "github-hosted" + "runner_environment": "github-hosted", "actor": "octocat", "workflow": "example-workflow", "head_ref": "",