Skip to content

Commit 9c42e3d

Browse files
authored
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.
1 parent ed12e66 commit 9c42e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/about-security-hardening-with-openid-connect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following example OIDC token uses a subject (`sub`) that references a job en
7878
"run_id": "example-run-id",
7979
"run_number": "10",
8080
"run_attempt": "2",
81-
"runner_environment": "github-hosted"
81+
"runner_environment": "github-hosted",
8282
"actor": "octocat",
8383
"workflow": "example-workflow",
8484
"head_ref": "",

0 commit comments

Comments
 (0)