diff --git a/token.actions.githubusercontent.com/.well-known/openid-configuration b/token.actions.githubusercontent.com/.well-known/openid-configuration index b3fa4c5f..4e0e9421 100644 --- a/token.actions.githubusercontent.com/.well-known/openid-configuration +++ b/token.actions.githubusercontent.com/.well-known/openid-configuration @@ -1,4 +1,49 @@ { - "message": "GitHub Actions is temporarily unavailable. Please visit https://www.githubstatus.com/ for the status of our services.", - "ref": "Ref A: BA382A46D9F540CEBFC866481B792367 Ref B: DM2EDGE0919 Ref C: 2023-08-29T21:02:03Z" + "issuer": "https://token.actions.githubusercontent.com", + "jwks_uri": "https://token.actions.githubusercontent.com/.well-known/jwks", + "subject_types_supported": [ + "public", + "pairwise" + ], + "response_types_supported": [ + "id_token" + ], + "claims_supported": [ + "sub", + "aud", + "exp", + "iat", + "iss", + "jti", + "nbf", + "ref", + "repository", + "repository_id", + "repository_owner", + "repository_owner_id", + "run_id", + "run_number", + "run_attempt", + "actor", + "actor_id", + "workflow", + "workflow_ref", + "workflow_sha", + "head_ref", + "base_ref", + "event_name", + "ref_type", + "environment", + "environment_node_id", + "job_workflow_ref", + "job_workflow_sha", + "repository_visibility", + "runner_environment" + ], + "id_token_signing_alg_values_supported": [ + "RS256" + ], + "scopes_supported": [ + "openid" + ] }