Skip to content

Commit 47558ea

Browse files
security-hardening-with-openid-connect: Add missing comma (#37574)
Co-authored-by: Sharra-writes <[email protected]>
1 parent 65592da commit 47558ea

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)