Skip to content

Commit

Permalink
Show example copntents
Browse files Browse the repository at this point in the history
  • Loading branch information
strideynet committed Oct 20, 2023
1 parent d96563c commit fca834b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions idtoken-contents-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"jti": "example-id",
"sub": "repo:octo-org/octo-repo:environment:prod",
"environment": "prod",
"aud": "https://github.com/octo-org",
"ref": "refs/heads/main",
"sha": "example-sha",
"repository": "octo-org/octo-repo",
"repository_owner": "octo-org",
"actor_id": "12",
"repository_visibility": "private",
"repository_id": "74",
"repository_owner_id": "65",
"run_id": "example-run-id",
"run_number": "10",
"run_attempt": "2",
"runner_environment": "github-hosted",
"actor": "octocat",
"workflow": "example-workflow",
"head_ref": "",
"base_ref": "",
"event_name": "workflow_dispatch",
"ref_type": "branch",
"job_workflow_ref": "octo-org/octo-automation/.github/workflows/oidc.yml@refs/heads/main",
"iss": "https://token.actions.githubusercontent.com",
"nbf": 1632492967,
"exp": 1632493867,
"iat": 1632493567
}

0 comments on commit fca834b

Please sign in to comment.