address linter concern
This commit is contained in:
parent
a49d8b30c6
commit
b6b488ef54
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ func OIDCRoutes(prefix string) *web.Route {
|
|||
"run_number", "run_attempt", "actor", "actor_id", "workflow", "workflow_ref", "workflow_sha",
|
||||
"head_ref", "base_ref", "event_name", "ref_type", "ref_protected", "environment",
|
||||
"environment_node_id", "job_workflow_ref", "job_workflow_sha", "repository_visibility",
|
||||
"runner_environment", "issuer_scope"},
|
||||
"runner_environment", "issuer_scope",
|
||||
},
|
||||
IDTokenSigningAlgValuesSupported: []string{"RS256"},
|
||||
ScopesSupported: []string{"openid"},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue